selenium-webdriver
Context click in Selenium 2.2
Got problem with opening custom context menu using advanced user interactions API in Selenium 2 (http://code.google.com/p/selenium/wiki/AdvancedUserInteractions).[详细]
2023-03-24 18:12 分类:问答Selenium 2 - Javascript Alert triggered by Back button blocks driver.navigate().back()
I need to handle a javascript alert which is triggered when the back button is pressed.i.e.: Go to our site[详细]
2023-03-24 16:44 分类:问答How do I catch this exception in Ruby?
I\'m a ruby beginner so bear with me. I am using the selenium-webdriver and rb-appscript gems to do some webscraping. The navigation to websites seems to be driven by the Net::Http object, which has[详细]
2023-03-24 15:19 分类:问答Selenium Grid 2 set up on Windows
I am setting up Selenium Grid 2 (selenium-server-standalone-2.1.0) on Windows 7 (I have also tried Windows Server 2008) both 64 bit. I test the WebDriver locally and all is well.[详细]
2023-03-24 01:53 分类:问答Clearing cookies between selenium HTML tests?
I\'m running my HTML tests as such with selenium-server 2.2: java -jar /var/lib/selenium/selenium-server.jar -ensureCleanSession -htmlSuite *firefox http://$HOST ./test/selenium/html/TestSuite.html ./[详细]
2023-03-24 00:20 分类:问答Executing Selenium 2 jar with Jenkins as part of a PHPUnit test raises error
I\'ve build a small java application that uses selenium 2 to open a web page and return its result. The application is called as a part of a PHPUnit test which is in turn run as part of an ANT build[详细]
2023-03-23 21:18 分类:问答Selenium - running a test suite of test suites?
I\'m 开发者_StackOverflow社区running an HTML test suite as such: java -jar /var/lib/selenium/selenium-server.jar -browserSessionReuse -htmlSuite *firefox http://$HOST ./test/selenium/html/TestSuite.h[详细]
2023-03-23 20:55 分类:问答Selenium IDE - plugin to find alternate ID selectors?
I\'m using extjs, so of开发者_Go百科ten I need the parent\'s ID, or the parent\'s parent\'s ID for a selector. Is there any plugin which lets me traverse up a DOM element looking for different IDs, or[详细]
2023-03-23 20:45 分类:问答Capturing page resources (css, js, images) using Selenium 2 in IE
I\'m using Selenium 2 (in IE only) and I need to capture all page resources (js, css, images files etc.) and their HTTP status.[详细]
2023-03-23 09:04 分类:问答handling "are you sure you want to navigate away from this page" Msg in Selenium 2.0
Using Se开发者_开发知识库lenium 2.0 After Submitting a web form, A popup msg comes up with the \"are you sure you want to navigate away from this page\" message, How do I get selenium to press OK or d[详细]
2023-03-22 15:34 分类:问答