From the course: Learning Selenium

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Setting up the hub

Setting up the hub - Selenium Tutorial

From the course: Learning Selenium

Start my 1-month free trial

Setting up the hub

- [Instructor] In order to use the grid and run test against remote Selenium web driver instances, the use of the Selenium standalone server is required. Luckily, Selenium grid support comes built into the Selenium standalone server. So to use the server, I first need to go to download the latest version at the Selenium.dev website. Once there, I want to scroll down to the download section until I get to the Selenium server grid. Then I want to select to install the latest stable version which is 3.141.59 and note that this is just the current version that I'm downloading today, but when you're setting this up the version might be different. So I will select that to download and save the file. And then I'm just going to wait a minute for that to download. Once the server JAR file is downloaded, I can immediately start using it. And for the example in this course, I will use the standalone server to start the hub on my…

Contents