[wtr-general] Re: Click span doesn't work in Firefox 26.0

2014-01-14 Thread Dan
What's your selenium-webdriver version? Also, that's not really the way you want to upload files. What you really want to do is something like: $driver.file_field(:id = paymentFileFileUpload).set(myfile.txt) Using this you won't have to deal with the file upload windows. On Monday, January

[wtr-general] Re: Click span doesn't work in Firefox 26.0

2014-01-14 Thread Lucian Stan
The selenium-webdriver version is 2.37.0. I have updated it to 2.39.0 and it works fine now. Thank you for the alternative suggestion, I'll keep that in mind. On Tuesday, January 14, 2014 4:05:07 PM UTC+2, Dan wrote: What's your selenium-webdriver version? Also, that's not really the way