[line 261] Defines an object that runs Selenium commands. Element Locators Element Locators tell Selenium which HTML element a command refers to. The format of a locator is: locatorType=argument We support the following strategies for locating elements: identifier=id: Select the element with the specified @id attribute. If no match is found, select the first element whose @name attribute is id. (T