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\'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
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.
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
When I execute on Windows7+Ruby1.9.2+watir-webdriver this test script: # encoding: utf-8 require \"rubygems\"
I am getting this error message while running my watir-webdriver tests on Firefox 6 for the first time on Windows XP.
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.
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:
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
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?