chore: Start adding XCUITest driver options by mykola-mokhnach · Pull Request #1551 · appium/java-client

@mykola-mokhnach

Change list

Start adding XCUITest driver options

Types of changes

  • No changes in production code.
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

@mykola-mokhnach

valfirst

valfirst

@Deprecated
String APPIUM = "Appium";
@Deprecated
String SELENDROID = "Selendroid";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does it make sense to drop it? (not in this PR, but in general) it was deprecated for a quite long time

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh yes it does ;)

valfirst

SrinivasanTarget