@Aleksei, thank you for your response!
I checked out the url and all possible methods available in there, but was unable to find anything that could be similar to “/following::”.
If possible could you pls re-write the above xpath selector by using uiautomator/UiSelector functionality?
PS: I wouldn’t want to downgrade Appium due to these issues and want to ask if there’s any way to enforce usage of xpath1.0 instead of xpath2.0 for Appium?
Setting ‘enforceXPath1’ is not supported. Only the following settings are supported: [actionAcknowledgmentTimeout, allowInvisibleElements, ignoreUnimportantViews, elementResponseAttributes…
This is happening because you use an older version of it. Consider switching to Appium 2 to get access to the most recent uia2 driver version. appium 1 has not been maintained for months
One more question.
Do I understand it correctly that the functionality of uiautomator/UiSelector does not have anything to match the functionality of the xpath axis “/following::”?