Davud Murtazin
Davud Murtazin
Are there any updates on it? Is it possible to run Appium tests on Linux?
@jlipps @mykola-mokhnach Thank you! Does it mean that I can execute Appium tests on android emulator in docker image that uses Linux? Maybe you have some kind of examples or...
I have the same issue with java 17. Is there any solution to resolve it, so I can use both annotations AndroidFindBy and iOSXCUITFindBy? Appium: 2.0.0-beta.44 Appium Java client: 8.2.0
@cnerkar1859 No issues with java 15 and lower, but I have issues using PageFactory.initElements(driver, this); But if I turn to java 17, so getting java.lang.ExceptionInInitializerError in PageFactory.initElements(driver, this); Am I...