watir
Can not drive Opera with watir-webdriver on Windows XP
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[详细]
2023-04-05 18:32 分类:问答Javascript fails to execute in headless Firefox [closed]
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[详细]
2023-04-05 18:27 分类:问答Is there any way to automate the testing of flash within web pages using Watir-Webdriver?
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[详细]
2023-04-05 07:45 分类:问答Is there a way to encrypt passwords in Ruby Watir automation scripts?
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[详细]
2023-04-05 02:04 分类:问答watir-webdriver + RWebSpec
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[详细]
2023-04-03 23:10 分类:问答Iterating through website links and clicking them
@editLinks = $ie.link(:text => \"Edit\", :class =>\"edit\" ).links @editLinks.each do|l| l.click[详细]
2023-04-02 23:11 分类:问答Collect values from select_list to avoid watir-webdriver ObsoleteElementError
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[详细]
2023-04-02 19:03 分类:问答Watir-Webdriver: Uploading files isn't working correctly on firefox
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\")[详细]
2023-04-02 03:55 分类:问答HOW to Put a text from a captcha image in a Textfiled In WATIR/FIREWATIR
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:[详细]
2023-04-01 19:17 分类:问答Watir Webdriver counting number of items in a UL list
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[详细]
2023-04-01 13:58 分类:问答