appium-geckodriver
Version:
Appium driver for Gecko-based browsers and web views
14 lines • 558 B
TypeScript
export declare const VERBOSITY: {
readonly DEBUG: "debug";
readonly TRACE: "trace";
};
/**
* Insecure feature flag name which must be enabled on the Appium server
* in order to use the `geckodriverExecutable` capability.
*
* Note: when starting the Appium server, this feature must be referenced
* with the automation name prefix (for example
* `--allow-insecure gecko:custom_geckodriver_executable`).
*/
export declare const INSECURE_FEAT_CUSTOM_GECKODRIVER_EXECUTABLE: "custom_geckodriver_executable";
//# sourceMappingURL=constants.d.ts.map