1 Answer

0 votes
by (13.1k points)
To identify an object using Selenium you can use

isElementPresent(String locator)

isElementPresent takes a locator as the argument and if found returns a Boolean
Click here to read more about Selenium
Click here to read more about Insurance

Related questions

0 votes
asked Aug 22, 2019 in Selenium by john ganales (13.1k points)
0 votes
asked Aug 22, 2019 in Selenium by john ganales (13.1k points)
...