Insecure Features

Some insecure driver features are disabled by default. They can be enabled upon launching Appium as follows:

appium --allow-insecure gecko:<feature-name>
or
appium --relaxed-security

For other insecure feature names recognized by the Appium server, see their Appium docs reference page.

Feature Name
Description
custom_geckodriver_executable Allow specifying a custom geckodriver location using the appium:geckodriverExecutable capability. Available since driver version 2.2.0.