Unrecognized arguments

Good morning. I’ve migrated from Appium 1.0 to Appium 2.0. Previously, I was running the Appium server by this command: appium -a 127.0.0.1 -p4725 --webdriveragent-port 8102. After the migration I get this:" [ERROR] Unrecognized arguments: --webdriveragent-port 8102". As I understand it in Appium 2.0 I can not set this port by ‘–webdriveragent-port’?

Try to run appium server --help to see the list of available command line arguments

1 Like

Thanks for your reply. It seems I didn’t notice this option last time:"–driver-xcuitest-webdriveragent-port".