wait For Selector
Waits until an element matching selector appears in the DOM.
Return
Element as soon as it appears.
Throws
ErrorCode.SELECTOR_NOT_FOUND if element does not appear before timeout.
Waits until an element matching selector appears in the DOM.
Element as soon as it appears.
ErrorCode.SELECTOR_NOT_FOUND if element does not appear before timeout.