@@ -1107,5 +1107,5 @@ if (locator.startsWith('document.')) { return this.locateElementByDomTraversal(locator, inDocument, inWindow); } - return this.locateElementByIdentifier(locator, inDocument, inWindow); + return this.locateElementByCss(locator, inDocument); }; }