[wtr-general] Does Watir supports testing on 64 bit version of IE

2011-07-26 Thread mudaliar
Hi everyone, My company is looking into open source automation testing tool for testing web based application. We would like to know if Watir supports testing on 64 bit version of IE ? if not will it be supporting any time soon ? Is there any other open source automation tool that supports

[wtr-general] Re: chrome is crashing when i try to read dropdown list element

2011-07-26 Thread George
Hi Christina, Try this out: puts $browser.select(:xpath, // select[@id='mailbox_type']).getSelectedItems[0] On Jul 25, 2:31 pm, Cristina Dumitrescu cristina.watir.toro...@gmail.com wrote: Hi. I have tests suites that are running great on firefox using watir-webdriver Now I try to run the

[wtr-general] Re: Unable to open browser.

2011-07-26 Thread Tiffany Fodor
Hi Sachin! Two of your lines are commented out - has that always been the case? Also, you're assigning the @browser variable twice, which will launch two browser sessions and the second (which will be on google.com) will be assigned to @browser. Both of your un-commented lines of code should