watir-webdriver
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 分类:问答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 分类:问答Watir-webdriver: Chrome unhandled error on site where IE and Firefox working fine
So I think this might be an error with the ChromeDriver but wanted to ask here first. I\'m having trouble using just about every webdriver function with chrome, yet IE and Firefox is working fine.[详细]
2023-03-31 20:59 分类:问答finding the direct child of a tag in watir
I have a table containing multiple columns in which the data is populated from a database. The columns can have drop-downs, text-fields, check-boxes along with simple text. I need to write down a func[详细]
2023-03-31 11:04 分类:问答Non-latin letters in test script result in "No translation for key. Assuming unicode input..."
When I execute on Windows7+Ruby1.9.2+watir-webdriver this test script: # encoding: utf-8 require \"rubygems\"[详细]
2023-03-30 20:39 分类:问答Socket error from Watir-webdriver with Firefox 6
I am getting this error message while running my watir-webdriver tests on Firefox 6 for the first time on Windows XP.[详细]
2023-03-29 14:09 分类:问答Watir-webdriver: Safari
I\'ve recently started using watir-webdriver and so far am a big fan. However I need to be able to test Safari too, and I don\'t 开发者_如何学运维have access to a mac to be able to use Safari-Watir.[详细]
2023-03-28 23:27 分类:问答Unable to use OptionParser and rspec
I have a simple watir (web-driver) script which goes to google. But, I want to use option parser to set an argument in the cmd to select a browser. Below is my script:[详细]
2023-03-28 22:29 分类:问答How to send text to a CKEditor WYSIWYG editor box using Watir-WebDriver
I have a watir-webdriver script that sets a CKEditor box using the code below, but this only works with Firefox on Mac OSX when I focus on the screen. For example, if I focus away and let this script[详细]
2023-03-27 15:29 分类:问答Does watir-webDriver support modal_dialogs created via Lightbox?
Is the method modal_dialog supported by watir-webdriver? If not, is there another way for setting some text in a text field and clicking an ok button?[详细]
2023-03-27 14:03 分类:问答