Saved Bookmarks
| 1. |
How Do You Identify An Object Using Selenium? |
|
Answer» 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. 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. |
|