How to set up a Selenium Grid for Remote WebDriver Execution

By |2018-03-29T14:31:54+00:00May 19th, 2017|Categories: Automated Testing, Selenium Grid, Selenium WebDriver|Tags: , , , |

For those of you that are using Selenium WebDriver 3 but haven't set up a remote Selenium Server, here is a simple guide to get you going. In this example we are just using 2 PCs. PC1 - This is the PC with Eclipse and WebDriver 3 installed (IP: 10.0.0.37) PC2 - This is the [...]