Posts

Showing posts from April, 2022

Selenium UI Automation - 15 different UI elements for Automation Practice

Image
Selenium is a widely used Automation library used for UI automation. We are presenting the most comprehensive single HTML page which contains different types of UI elements which a user will encounter on websites, and this page can be used for Selenium Automation practice of the end user. The different types of fields covered in this practice page are: Radio button Dropdown Checkbox Switch to New Window Switch to New Tab Switch to Alert Web table Display and Hide Elements Date field Date and Time field Multi select field Browse button for windows file selection iFrame Email field Password field Radio Button Example Radio Button 1 Radio Button 2 Radio Button 3 Dropdown Example Select Dropdown Option 1 Dropdown Option 2 Dropdown Option 3 Checkbox Example Checkbox Option 1 Checkbox Option 1 Checkbox Option 1 Switch Window Example Open New Window ...