watir
Can I pass the -f parameter to iexplore.exe when using Watir?
I need to run several instances of a Ruby script that\'s using the Watir gem, and they all need to be able to run in IE fullscreen mode.[详细]
2023-03-23 20:05 分类:问答how do I dump an html page as XML with watir & JavaScript?
I have been trying to create a simple script in FireWatir that will convert the entire current document DOM\'s (including javascript generated code) to XML representation .[详细]
2023-03-22 06:11 分类:问答How can I get Browser.text.include? to search for a variable? ( using Watir and Ruby )
The problem I am having is that I can\'t seem to find how to get the Bowser.text.include? to look for the value of textinclude that I give it earlier in the program.[详细]
2023-03-21 13:49 分类:问答how to recursively search for a text field with WATIR
I am tryingto automate a web page using I开发者_运维知识库E and Watir. When I load the page with chrome and use development tools I can identify the field I needto fill,complete with its id and name.[详细]
2023-03-21 07:23 分类:问答Force the browser to end the current step
Need: Using Cucumber 1.0.1 and Watir 1.9.2, I need to execute javascript code in order for a proprietary portal to do some navigation.[详细]
2023-03-20 22:21 分类:问答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 分类:问答How do I use Watir::Waiter::wait_until to force Firefox to wait?
I have some buttons that get disabled when adding a user. What I need to be able to do is have firewatir wait_until something is present.[详细]
2023-03-20 15:50 分类:问答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 分类:问答Watir: password field unfindable in Safari
I\'m brand new to Watir.I\'m using SafariWatir on a fully updated MBP Snow Leopard. So far I\'ve successfully used[详细]
2023-03-20 04:08 分类:问答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 分类:问答