Hi,
I’m trying to increase java-client version in our UI Automation repo to the latest 8.3.0 version of java client. I can see that some of the commands are now obsolete or unavailable:
Android:
- driver.activateApp(packageName)
- driver.closeapp()
- driver.runAppInBackground(milliSeconds) //This command put the app to background for the time provided, then woke it back up
iOS:
- driver.getKeyboard().sendKeys(text)
Common:
- driver.hideKeyboard()
I would appreciate your feedback on how you replaced these commands (with an example, if possible)