Book Image

Mastering Selenium WebDriver 3.X Test Automation [Video]

By : Dmytro Shyshkin
Book Image

Mastering Selenium WebDriver 3.X Test Automation [Video]

By: Dmytro Shyshkin

Overview of this book

<p>Are you facing an issue where your tests break often for no obvious reason or are you simply interested in learning how to write tests that will withstand the test of time? Are you struggling to figure out the proper way to do test automation with Selenium WebDriver? If so, look no further. </p><p>This course will help you learn how to create extremely reliable and stable automation tests with Selenium WebDriver. You'll learn to design advanced and easy to maintain test automation frameworks with browser factory, Page Object Models, and Selenium Grid from scratch. You'll utilize the Advanced User Interactions API to quickly spin up a Selenium Grid or run tests on the cloud. By the end of this course, you'll be able to write Selenium WebDriver tests within minutes! </p><p>All the code and supporting files for this course are available on GitHub at https://github.com/PacktPublishing/Mastering-Selenium-Webdriver-3.X-Test-Automation </p><p></p>
Table of Contents (6 chapters)
Chapter 4
Advanced Selenium Techniques
Content Locked
Section 1
Using Explicit Waits
The aim of this video is to learn how to use Explicit Waits and ExpectedConditions - Explore Explicit and implicit waits - Work on an example Using explicit wait - Get to know about ExpectedConditions with an example