Currently, I am working on the automation testing framework, which combines with both Selenium Grid and Sikuli API.
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
@BeforeTest @Parameters({\"selenium.host\", \"selenium.port\", \"selenium.browser\", \"selenium.url\" })
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
I\'m running a test: DesiredCapabilities capability = DesiredCapabilities.Firefox(); IWebDriver dri开发者_开发百科ver = new RemoteWebDriver(new Uri(\"http://localhost:4444/wd/hub\"), capability);
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
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/\");
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.
On running Selenium Grid I am getting the below exception: org.testng.TestNGException: Parameter \'selenium.host\' is required by @Configuration on method startServer
Capture screenshot using selenium command captureScreensh开发者_C百科ottoText or capture screenshot works fine if display/monitor is ON