How can you use Selenium to identify an object?

You can use isElementPresent (String locator) to find an object using Selenium. It takes a locator as the argument and if found, returns a Boolean.