June 18, 2017
Before you can start running Selenium tests it is necessary to setup a few things so Selenium can correctly control the browsers. This lesson covers installing everything on your local development environment. See the Selenium Grid lesson if you want to setup a distributed test system for integration with a
(more…)
June 18, 2017
Selenium webdrivers are the key element to launching and controlling the different browsers during test execution. All other interactions with the browser happen through these webdrivers. In this lesson you will learn: What is a webdriver? How to launch and close browsers using a local webdriver The differences in handling with
(more…)