selenium-grid
Integrate Selenium Grid and Sikuli API
Currently, I am working on the automation testing framework, which combines with both Selenium Grid and Sikuli API.[详细]
2023-03-27 11:05 分类:问答is there any material for seleniumGrid + testNG+ hudson integration
I am using selenium RC + TestNG for my project. Also am using Selenium - Grid to run in multiple platforms. Now i want to intergrate my project into Hudson.. Can any one开发者_StackOverflow中文版 plea[详细]
2023-03-27 04:44 分类:问答Presever-order=true does not work in selenium-grid
@BeforeTest @Parameters({\"selenium.host\", \"selenium.port\", \"selenium.browser\", \"selenium.url\" })[详细]
2023-03-26 16:00 分类:问答Selenium Grid 2 - API version of /console page
I am writing a status monitoring page for our test environment and would like a list of individual selenium/webdriver nodes which are registered with the Grid server.I can do this by scraping the info[详细]
2023-03-25 21:49 分类:问答How to run multiple browsers on one hub using Selenium Grid2
I\'m running a test: DesiredCapabilities capability = DesiredCapabilities.Firefox(); IWebDriver dri开发者_开发百科ver = new RemoteWebDriver(new Uri(\"http://localhost:4444/wd/hub\"), capability);[详细]
2023-03-25 21:21 分类:问答Selenium 2 Grid - Knowing which node your test is using
Is it possible to know which node the selenium grid hub assigned to your test?My tests need to talk to other services on the node ma开发者_如何学JAVAchine in order to perform configurations which are[详细]
2023-03-25 14:20 分类:问答selenium grid parallel execution
this is from selenium grid. How to write java/C# code to make parallel execution. Is this enough? ISelenium selenium1 = new DefaultSelenium(\"localhost\", 5555, \"*iehta\", \"http://localhost/\");[详细]
2023-03-24 16:56 分类:问答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 分类:问答Selenium Grid throws Parameter 'selenium.host' is required by @Configuration on method startServer
On running Selenium Grid I am getting the below exception: org.testng.TestNGException: Parameter \'selenium.host\' is required by @Configuration on method startServer[详细]
2023-03-23 10:33 分类:问答Selenium Grid, Capturing Screenshots
Capture screenshot using selenium command captureScreensh开发者_C百科ottoText or capture screenshot works fine if display/monitor is ON[详细]
2023-03-22 17:29 分类:问答