You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An XPath expression of "." does not select the current element but rather the document instance of a DOM document who's root element is the current element. This is not what one would expect.
An XPath expression of "." does not select the current element but rather the document instance of a DOM document who's root element is the current element. This is not what one would expect.