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
I got an exception when using getParent such way:
element(MobileBy.AccessibilityId(articleTitle)).getParent();
Got the exception:
Unable to find element By.xpath: ./.., Exception - Locator Strategy 'tag name' is not supported for this session (WARNING: The server did not provide any stacktrace information)
I got an exception when using getParent such way:
element(MobileBy.AccessibilityId(articleTitle)).getParent();
Got the exception:
Unable to find element By.xpath: ./.., Exception - Locator Strategy 'tag name' is not supported for this session (WARNING: The server did not provide any stacktrace information)
StackTraceElement:
com.wiley.autotest.selenium.elements.upgrade.BaseTeasyElement.find(BaseTeasyElement.java:455)
The text was updated successfully, but these errors were encountered: