From the course: Selenium Essential Training

Unlock the full course today

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

Common components

Common components - Selenium Tutorial

From the course: Selenium Essential Training

Start my 1-month free trial

Common components

- Sometimes even the most commonly used Web Components can be tricky to automate. Even if the Component just requires input through the mouse or keyboard there can be some nuances with how the Component needs to be automated. In this chapter, I'll show examples of how to automate some of those common Components. This includes Radio Buttons and Checkboxes, which allow us to select values. Date Pickers which allow us to pick a date from a calendar menu. Drop-down Menus with options to select from the Menus. And File upload to upload a local text or image file.

Contents