Overview
Learn how to handle dropdowns and alerts in Selenium with this comprehensive tutorial. Discover techniques for interacting with different types of elements in Selenium to write effective test scripts. Explore methods for selecting options from dropdown menus using selectByIndex, selectByValue, and selectByVisibleText. Master alert handling in Selenium with methods like acceptAlert(), dismissAlert(), getAlertText(), sendAlertText(), and isAlertOpen(). Gain practical knowledge through real-time examples and step-by-step guidance on implementing these concepts in your Selenium automation testing projects.
Syllabus
Introduction to the video
Modules
What is Dropdown?
How to handle Dropdown with Selenium?
What are the Methods in Select?
How to select Multiple Dropdown?
Convert Class to testNG XML
How to GetAllSelected options?
What is an Alert?
Ways to interact with Alert using Selenium
Alert exceptions
What are Modal Alerts?
Recap
Taught by
LambdaTest