I\'m currently resorting to first doing a get_xpath_count, and then creating a loop incrementing an index v开发者_C百科ariable, which in turn I inject back into the original xpath to select the nth re
I am looking at the website. Trying to transfer selenium html to junit but could not get it to work because it keeps saying Error: Element not found. Maybe syntax error because I was able to break it
I am trying to use Selenium RC but i keep getting this error whenever i start the server. The command i use is
I have a browser which takes certain parameters as options as shown below. testbrowser.exe -id=test -url=http://www.google.com/.
If I have a Selenium test which is currently logged in (with HTTP Authentication) to a particular website, how can I cause the remote browser to forget the current authentication so that I can log in
For our webapp testing environment we\'re currently using watin with a bunch of unit tests, and we\'re looking to move t开发者_如何学Co selenium and use more frameworks.
I wrote selector like this jQuery(\"td:contains(\'test\')\").parent(\"tr\").find(\"a\") I want to click link in table. It works great, however I\'d like to use it as selenium selector.
Is it possible to get the values for a TestCaseAttribute from an external data source such as an Excel Spreadsheet, CSV file or Database? i.e. Have a .csv file with 1 row of data per test case and pas
I am having great difficultly testing cascading dropdown boxes with Selenium. I would like to know what the standard approach is for this. I\'m a bit unclear as to which commands to use i.e. ClickAndW
I am using selenium for sometime and doing good with it. I would like to try Tellurium. Searched and find only few questions about that. I would like to know the following