79272142

Date: 2024-12-11 14:53:32
Score: 2
Natty:
Report link

You can find your answer here https://discuss.appium.io/t/androidfindby-unsupported-css-selector/36733/3. Using initElements(new AppiumFieldDecorator(appDriver), this); instead of PageFactory.initElements(appDriver, this); should fix your Problem. Please don't use XPath instead of id as it is much slower and not reliable.

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: pieljo