How开发者_运维知识库 to approach the following scenario? Say atest is already running in selenium rc node on a remote server using RemoteWebDriver.
I am trying to automate the following scenario with selenium RC: Open Google home page and enter \"Software\" in search box and then click on search button.
I need help开发者_Go百科 on choosing locators while writing selenium script... what are the differences between using XPath, CSS, identifiers?
I am trying to run a series of HTML selenium tests using the selenese command through Selenium Maven plugin (version 1.1) in the hopes of coming up with a solution to able to run these tests across di
Is xpath-l开发者_开发百科ocator plug-in for Firefox can help in locating the elements in selenium script.
I am running cucumber tests with Webrat in external mode that is using Selenium.In production we are running behind https and so we are required to run our cucumber tests on https.
I have many VMs which are used as part of Grid. Some as RC and some as Hub. Due to the large number of VMs that is being used, it is a big task to maintain the grid now. To change the RC to point to a
I encountered following problem while automating Sharepoint site using selenium 1 in IE8 browser. I can not type intotag (Sharepoint people picker field)
How can I store a value within Selenium-RC (through PHPUnit) and then retrieve/access it later using PHPUnit?
Please give me an example java c开发者_StackOverflowode to open a popup and move RC control to popup.