Is it possible to call a batch file from watir? -


i trying call batch file watir-webdriver. using ruby watir. tried use system(filename.bat) doesn't work.

i have written step definition , when run got error stack level deep (systemstackerror).

and(/^i execute batch file$/)   system('filename.bat') end 


Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -