Insecure Features
Some insecure driver features are disabled by default. They can be enabled upon launching Appium as follows:
orFor other insecure feature names recognized by the Appium server, see their Appium docs reference page.
Feature Name |
Description |
|---|---|
audio_record |
Allow recording of host audio input(s) using mobile: startAudioRecording |
customize_result_bundle_path |
Allow customizing paths to result bundles using the appium:resultBundlePath capability |
get_server_logs |
Allow retrieving Appium server logs using the getLogEvents endpoint |
perf_record |
Allow recording system performance and other metrics using mobile: startPerfRecord. Only required for simulators. |
shutdown_other_sims |
Allow shutdown of any running simulators on the host using the appium:shutdownOtherSimulators capability |
xctest_record_screen |
Allow screen recording via XCTest using mobile: startXCTestScreenRecording. Only required for real devices due to the inability to programmatically delete the recorded videos. |