How to get the tag name of an element in Selenium?
This post will discuss how we can get an element’s tag name in Selenium. An HTML element consists of a start tag and an end tag with the content lying between those tags. Below is an example of an input type element. Here, “input” is a tag where “type” and “text” are its attributes. Now, […]
How to get the tag name of an element in Selenium? Read More »