Home > Software engineering >  Alternatives to Appium Java @IOSFindBy
Alternatives to Appium Java @IOSFindBy

Time:01-13

Is there a way to find elements across both operating systems without creating two separate suites now that @IOSFindBy has been deprecated?

CodePudding user response:

@AndroidFindBy and @iOSXCUITFindBy

  • Related