[wtr-general] Running ruby scripts from a vb.net application

2013-05-30 Thread Marc Westwood
Is it possible to run ruby scripts from within a vb.net application? I havea ruby file which contains a number of def's I would like to call these defs from within a vb.net application I am writting, is this possible, if so can someone provide an example of code please? -- -- Before posting,

[wtr-general] Watir-webdriver: can't start new session for IE9

2013-05-30 Thread Anna Voytenko
How can I start absolutely new session for IE browser? I use the following code: @browser = Watir::Browser.new :ie @browser.cookies.clear @browser.goto "http://..."; but when I run tests, I'm always seeing that IE browser starts with logged in user that was used for the previous te

Re: [wtr-general] Running ruby scripts from a vb.net application

2013-05-30 Thread Oscar Rieken
Don't know what calling a script from vb.net has to do with watir. But if you were trying to call something from the command line and get its outputI'm sure you could On Thu, May 30, 2013 at 3:59 AM, Marc Westwood wrote: > Is it possible to run ruby scripts from within a