I am trying to drive Opera with watir-webdriver on Windows XP. Just to mention, I had no problems driving it on Windows Vista or 7. Also, I was able to drive Internet Explorer, Firefox and Chrome on
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I am attempting to test several web pages built in Flex, and need to automate clicking on several videos through the Flash interface.I\'m using Ruby and Watir-Webdriver, but I\'m not sure how to inter
I need to create an automated test using Watir that requires a password to be written into a text field, but I don\'t want to have the password in plain view in the script.Is there a way to encrypt/de
I\'m new in ruby and programming stuff in general. I have one, maybe silly question is possible to use a开发者_如何学运维ll the methods from rwebspec with watir-webdriver. And if it is possible, pleas
@editLinks = $ie.link(:text => \"Edit\", :class =>\"edit\" ).links @editLinks.each do|l| l.click
I am trying to work my way around the ObsoleteElementError http://bit.ly/qhEhMv and scratching my head at collecting the values from a select_list. I\'m sure I have looked at it so long I\'m missing s
Using this code I cannot get a file to upload correctly to the website. browser.form(:index, 2).file_field(:name, \"filedata\").set(\"\"+folderName+\"/iTunesArtwork\")
I am using Watir and i have to put the value in a textfield from a captcha(image开发者_Python百科 generated are different each time). So what should i do in thisWikipedia says for CAPTCHA:
I\'ve done a few searches and I\'m unable to find a suitable answer.Basically I have an unordered list which can be of a varying length.I want to iterate through the list, do some other things and the