Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 578 Bytes

File metadata and controls

19 lines (14 loc) · 578 Bytes
hide
toc
title Appium Server Arguments

Some driver arguments can be set when launching the Appium server. This can be done as follows:

appium --driver-xcuitest-[argName]=[argValue]

For other command line flags recognized by the Appium server, see their Appium docs reference page.

Argument Description Default Example
webdriveragent-port Local port used for communicating with WebDriverAgent 8100 --driver-xcuitest-webdriveragent-port=8200