watir-webdriver
watir-webdriver on IE behaves differently then Chrome and FireFox in respect to selecting a value from select list
selectctrl = @browser.select(:xpath, \"//select[id=\'foo\']\") selectctrl.select(\"Open\") in FireFox and Chrome this fires other events in jquery, in IE, you[详细]
2023-03-26 15:01 分类:问答Can Watir interact with Firefox Extensions?
I know that with watir-WebDriver, I can make use of RubyBindings to have the browser load specific profiles or Firefox add-ons when I create a new browser instance. However, can I use Watir to actuall[详细]
2023-03-20 21:52 分类:问答Does anyone have or know where can I find good documentation on Watir-Webdriver?
I am trying to get my automated test scripts switched over to the watir-webdriver. Unfort开发者_如何学运维unately I have been unable to completely do so, what I am looking for is a way to drive my we[详细]
2023-03-20 15:49 分类:问答Testing if a new window opens with Watir-Webdriver
I\'m using Watir-webdriver and I was wondering if there was a good way to check if a new window opens. I\'ve googled around a bit and couldn\'t find anything tho开发者_如何学Gough it feels like there[详细]
2023-03-19 15:56 分类:问答Watir-webdriver : text.include?("expected text") doesn't work in chrome browser
I use watir-webdriver for testing in Mac OS. As it is all to known that $browser.text.include?(\"expected text\") is used to assert the text in the screen.[详细]
2023-03-17 07:34 分类:问答How do I use certificate-based authentication with WATIR-WebDriver?
I\'ve been using ruby Mechanize for several years to do automated testing of the SaaS product we host. The site is using JS more and more, making maintenance of the Mechanize scripts nearly impossible[详细]
2023-03-16 07:41 分类:问答Need help with Rspec example
Can any one have more descriptive example of Rspec? I used the the example from site https://gist.github.com/1053934 works very fine. But i want to learn more like go to site X (eg. Google) -> enter d[详细]
2023-03-16 01:35 分类:问答How to determine what type of a HTML element is selected in Watir
This is a follow-up to the Counting the number of HTML elements having same attribute in Watir question.[详细]
2023-03-15 22:22 分类:问答Pre-loading browser clipboard for testing pasting into fields with watir-webdriver
Our web application has some event code to \"format\" an开发者_开发问答y text with pasted into a field so that any HTML styles do not break our data.[详细]
2023-03-15 17:27 分类:问答Testing for extended characters in watir-webdriver
I need to check for text with extended character set characters in my watir-webdriver scripts. For example checking for a link has the follow text;[详细]
2023-03-15 09:52 分类:问答