watir
Frames issue in Watir2.0.1? (with DevKit installed!)
I posted a few threads the other day on the Watir General Google Group, one of which detailed my difficulty using set_no_wait on a validated text field (link below); and was asked by Jarmo Pertman whe[详细]
2023-04-01 10:44 分类:问答Select list not working in firewatir
i am using firewatir on firefox 3.0.10 But when i write the script @browser.select_list(:id, \"edit-profile-ecs-orgtype\").set(\"Training institute\")[详细]
2023-04-01 09:13 分类:问答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 分类:问答Unable to click anchor with image inside LI tag
I have HTML like <!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML Transitional//EN\"> <META http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">[详细]
2023-03-31 10:47 分类:问答How to access this Html element in FireWatir
< div id=\"host-a-meeting\"/> How to access the above in Wat开发者_运维问答ir.browser.div(:id,\"host-a-meeting\").flash[详细]
2023-03-31 05:06 分类:问答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 分类:问答