appium / java-client

Java language binding for writing Appium Tests, conforms to W3C WebDriver Protocol
Apache License 2.0
1.21k stars 756 forks source link

refactor: Migrate to new Selenium API for process management #2054

Closed valfirst closed 11 months ago

valfirst commented 11 months ago

Change list

org.openqa.selenium.os.CommandLine is deprecated, the replacement is org.openqa.selenium.os.ExternalProcess.

Types of changes

What types of changes are you proposing/introducing to Java client?