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
@SrinivasanTarget This resolved the issue, yes. Thanks.
Is there any documentation about which versions fit together in general? I think sometimes, this might help a lot.
Description
Can't locate elements after upgrading to java-client 6. When I try to locate an element, I get an exception which seems to me like a version problem.
Environment
Code To Reproduce Issue [ Good To Have ]
// driver creation
this.driver = ne AndroidDriver<>(serverUrl, capabilities)
// element location
@AndroidFindBy(id = "supportedCountryButton")
MobileElement selectCountryOrRegionButton;
// capabilities
platformName=android
automationName=uiautomator2
udid=emulator-5554
deviceName=android
Exception stacktraces
gist
Link to Appium logs
Can be updated if needed.
The text was updated successfully, but these errors were encountered: