A web page is a web element like text, link, image, input field, etc.; to perform any action on the web element, we should first identify it.
Essential components of a WebElement
HTML Tag
Attributes
Methods available for interacting with a page are available in the WebElement class:
Types of WebElement
Edit Box
Link
Button
Image, Image Link, Image Button
Text Area
Check Box
Radio Button
Drop Down Box
List Box
Combo Box
Identifying WebElement in Selenium WebDriver has already been discussed in the previous chapter.
I'm sharing more