Elements or Web Elements
An element or WebElement is a single component on a webpage, like a
button, text box, or link, that users can interact with.
Practice Forms
A practice form is a sample web page designed to mimic real-world
input fields like text boxes, checkboxes, and dropdowns. It helps
testers and learners practice automation testing.
Todos Application
A To-Do List application is a simple app that lets users add, edit,
mark, and delete daily tasks.
Alerts and Windows
Alerts and windows are pop-ups or separate browser tabs that appear
during user interaction on a webpage.
Frames
Frames are sections within a webpage that can load independent HTML
documents inside them.
Widgets
Widgets are interactive UI components like sliders, date pickers,
and progress bars on a webpage.
Interactions
Interactions are user actions like drag-and-drop, resizing,
hovering, or selecting items on a webpage.