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?
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.
I\'m using selenium rc and i need to test flash. I need to click Allow button on player .I j开发者_Go百科ust need some help getting started?
I know that Selenium has a built-in method getTable(\"tableName.row.column\")开发者_如何学C can return a cell conveniently. However how can I return a whole column?
I\'m using selenium rc and i need to test flash.I need to click Allow button on Flash player. I just need开发者_JAVA技巧 some help getting started?Generally you can not do flash testing using selenium
Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E
HI how can i check if all elements in an array i created are present in a drop down menu using selenium testing?
How do I test which element has the focus in Seleni开发者_如何学运维um RC?None of the other answers worked for me, for various reasons when I had the same issue.I ended up doing the following (with th
I am getting following error while opening browser with selenium RC using JUnit. Plz help. com.thoughtworks.selenium.SeleniumException: XHR ERROR: URL = http://www.google.com/ Response_Code = 403 Err
How would I convert test cases made by Selenium IDE to Python without exporting every test case by hand? Is there any command line converter for that job?