I want to use selenium scripts to click on a bunch of links on my webpage one by one, each click results in 开发者_运维百科a page refresh.However selenium doesn\'t support css pseudo class like :visit
I\'m evaluating Watir right now. While Selenium has a dragAndDropToObject command (which seems to be broken) Watir seems not to have such a command. I couldn\'t find a script/tutorial with an example
I had writt开发者_如何学Cen a scipt in Java with Webdriver and it worked fine and below is the code for the sample
I am writing selenium scripts on a complex web based application. To use a useraccount I need to register first using one URL and then approve the account in the admin console on another URL.
I am trying to make a little application to allow to record actions within a Flash and Silverlight application. In such manner that you can compile your interactive application in test-mode and then b
I w开发者_如何学JAVAant to get a bunch of dom-objects with xpath and loop through those to check if they contains a specified text, is this possible in the Selenium IDE or rc?
Surprisingly, I couldn\'t find a first step guide on how to setup Selenium WebDriver working with selenium-webdriver gem through google university. I suppose the gem needs to know where I store all th
I have a page (index.html) which has a frame: <html> <body> <iframe src=\"otherPage.html\" />
I\'m working on a project which is using Selenium and I\'d like to try to get the full web page height cross-browser and cross-platform. IE8 is being stubborn as always, is there anybody who has an id
I am going to automate a process which is basically based on browser. I have written a script to automate the process and it is working fine.