sathishremitbee
Results
1
comments of
sathishremitbee
Hi Team, Issue with following one while running Appium using POM(PageFactory.initElements(new AppiumFieldDecorator(driver), this); also tried with PageFactory.initElements(new AppiumFieldDecorator(driver), pageName.class); @AndroidFindBy(id = "login") @iOSXCUITFindBy(accessibility = "login") private WebElement loginButton; **Exception throwing:**...