Chapter 4 – Object String | Webdriver

Object String Object String is a string that is used to identify an automation object based on its attributes and hierarchy. In a Webdriver, we have following locators to identify an object: XPath Id Name TagName ClassName CssSelector LinkText PartialLinkText The object string for webdriver has the following format: <Locator>::valueThe object string for the search