Is there any command to install and uninstall app in iOS

Any commands to install and uninstall app in iOS?

Yes the WebDriver client implementations carry methods for this functionality.

If you can for example observe this python client source code, you will see methods for it:

install_app and remove_app
1 Like

Can you do the same with the ruby client?

Yes, there’s install and remove in the Ruby client.

1 Like