Selenium WebElement | Selenium findElement

What is WebElement? The elements that are present on a web page are called WebElement in Selenium. It represents an HTML element. A web page consists of many different types of HTML elements such as text boxes, links, buttons, dropdown…