appium / java-client

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

fix: Send arguments for mobile methods depending on the target platform #1897

Closed mykola-mokhnach closed 1 year ago

mykola-mokhnach commented 1 year ago

Change list

It looks like the recent server implementation is not happy when we send some extra parameters as args. I've created a patch for that, but I would also like to have a working implementation until the patch is applied

Types of changes