Top "Selenium-grid" questions

Selenium-Grid allows you run your tests on different machines against different browsers in parallel.

Chromedriver is extremely slow on a specific machine using Selenium Grid and .net

Overview: Chromedriver works normally on one machine but extremely slowly on two other identical machines. Setup: Selenium Webdriver using .Net …

webdriver mstest selenium-webdriver selenium-grid selenium-chromedriver
Is it best practice to use Thread.sleep() or explicit wait before click on any element in selenium web driver

I am new to web driver and I wrote a selenium script for web application which contains backbone.js and …

selenium-webdriver automation selenium-grid
Selenium is not able to launch the IE.

Selenium is not able to launch the IE. 10:56:25,005 INFO [org.openqa.selenium.server.SeleniumDriverResourceHandler] Command request: getNewBrowserSession[*iexploreproxy, http://192.168.132.105:8080/, ] on …

selenium selenium-rc selenium-webdriver selenium-ide selenium-grid
Selenium Grid2 - Remote Node not connecting to HUB

My current setup is I have a selenium RC running as a hub on a windows machine(lets assume machine …

selenium selenium-rc selenium-webdriver selenium-grid
Cannot open Selenium Jar file from CMD. Path or ClassPath issue?

I'm trying to launch: java -jar selenium-server-standalone-2.14.0.jar -role hub from my Command Prompt but output was as below: C:\…

path cmd classpath executable-jar selenium-grid
RemoteWebDriver Chrome - start maximized

I need chrome to start maximized when running via the selenium grid. This is how do I initialize it now: …

selenium webdriver selenium-grid
How to increase Selenium grid session timeout?

While running my test, I need to have long delays (~40 seconds). And I see, that Selenium session gets deleted during …

selenium selenium-webdriver session-timeout selenium-grid
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 …

selenium-webdriver selenium-grid
Difference between timeout and browserTimeout

I just started using Selenium Grid. The current problem I'm facing is when a test crashes. The browser stays open …

configuration selenium-grid
org.openqa.selenium.WebDriverException: Unable to bind to locking port 7054 within 45000 ms

I am facing issue while executing the selenium scripts in firefox browser. Console Error: org.openqa.selenium.WebDriverException: Unable to …

selenium-webdriver selenium-grid