0 votes
in Selenium by
What is WebElement selenium?

1 Answer

0 votes
by

WebElement in Selenium represents an HTML element. It basically represents a DOM element in a HTML document.

...