Re: [wtr-general] Can I get input elements ID by looking at a custom attribute value?

2011-07-11 Thread Ċ½eljko Filipin
On Fri, Jul 8, 2011 at 9:39 PM, Super Kevy kpe...@scholarshipamerica.org wrote: Is there a good way to use another attribute (i.e.cname) to get the id to the text_field. Using the latest watir-webdriver gem, this flashes the text field: browser.element(:css = input[cname='first_name']).flash

[wtr-general] Re: Released Watir 1.9.2.rc1

2011-07-11 Thread Andrew Vida
I was experiencing issues with Watir::IE#send_keys after upgrading to Watir 1.9.2 (IE 8/Windows 7). After installing Watir 1.9.2.rc1, my test suite passes. Thanks to all on the team for fix! Andy -- Before posting, please read http://watir.com/support. In short: search before you ask, be

[wtr-general] Released Watir 1.9.2

2011-07-11 Thread Jarmo
Hi! We're into frequent releases - just released Watir 1.9.2. Install it with gem install watir. There are only IE changes this time, sorry FireWatir users: * Bump RAutomation dependency version to 0.6.2 to: - fix/improve Watir::IE#send_keys. - fix Watir::IE loading for certain Windows XP

[wtr-general] Re: [Wtr-development] Released Watir 1.9.2

2011-07-11 Thread Bret Pettichord
Awesome. On Mon, Jul 11, 2011 at 11:43 AM, Jarmo jarm...@gmail.com wrote: Hi! We're into frequent releases - just released Watir 1.9.2. Install it with gem install watir. There are only IE changes this time, sorry FireWatir users: * Bump RAutomation dependency version to 0.6.2 to: -