appium setup
Installs a specific preset of extensions (drivers and plugins), or uninstalls all extensions. When installing a preset, any already installed extensions are kept intact.
The following sub-subcommands are supported: browser
, desktop
, mobile
, and reset
.
Refer to the Ecosystem documentation to learn more about the extensions mentioned below.
browser
¶
Installs the following extensions for browser webview testing:
- Drivers:
safari
1,gecko
,chromium
- Plugins:
images
Usage¶
desktop
¶
Installs the following extensions for desktop application testing:
Usage¶
mobile
¶
Installs the following extensions for mobile testing:
- Drivers:
uiautomator2
,xcuitest
1,espresso
- Plugins:
images
Usage¶
You can also omit the mobile
sub-subcommand:
reset
¶
Uninstalls all installed extensions, along with their manifest files, from the Appium home directory. This can be useful if you experience configuration issues on server startup, for example, due to a failed upgrade attempt from an older Appium version.