From the course: Advanced Selenium: Support Classes

Unlock the full course today

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

What are the support classes?

What are the support classes? - Selenium Tutorial

From the course: Advanced Selenium: Support Classes

Start my 1-month free trial

What are the support classes?

- [Instructor] We will ultimately master the support classes provided in Selenium WebDriver by reading the support classes source code. We're just going to learn where to find the source code, how to understand its basic structure, and how it is added into our project. First, I will show you the example application we will be automating. You can see me open the browser to the application on line 23. This application is hosted on github.io. This application is purely designed to allow me to show you features of the support classes. So I have two select boxes. One for drop-down that shows a single item, Option 1, Option 2, etc, and one below it that shows multiple selection items. First, Second, etc. Multi-select is Command click on Mac, and Control click on Windows. This is so I can demonstrate the select support class. If I click on an option, then the application pretends to send a message to the server, and…

Contents