Hi all,

I am using watir-webdriver and have a simple script that fills forms and click on buttons. Everything works fine with Firefox (Linux or Windows).

1. I have problems with IE (v8.0.6001.18702) on Windows XP where everything works except clicking buttons. The method does not fail, I can ever hear the noise like if the button was clicked but the submit is not performed. Is there any limitation with some versions of IE?

2. I have noticed 2 issues with Chrome (8.0.552.224) on Windows. First, I need to call the set methods twice, the first time I call text_field(...).set the field is just reset but nothing is written in it. I need to call a second time the method for the field to be actually set. Second, file_field does not work at all. I read that it was a limitation but thought that this was fixed. Any idea if there is a version of watir-webdriver that supports file_field for Chrome?

Thanks for your help
Emmanuel

--
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

Reply via email to