Method: Appium::Core::Driver#enable_idempotency_header
- Defined in:
- lib/appium_lib_core/driver.rb
#enable_idempotency_header ⇒ Bool (readonly)
Return if adding ‘x-idempotency-key’ header is enabled for each new session request. Following commands should not have the key. The key is unique for each http client instance. Defaults to true
github.com/appium/appium-base-driver/pull/400
120 121 122 |
# File 'lib/appium_lib_core/driver.rb', line 120 def enable_idempotency_header @enable_idempotency_header end |