Interface: PostProcessOptions<Headers>
@appium/types.PostProcessOptions
Options for the post-processing step
The generic can be supplied if using axios
, where headers
is a fancy object.
Type parameters
Name | Type |
---|---|
Headers |
HTTPHeaders |
Table of contents
Properties
Properties
appPath
• Optional
appPath: string
A string containing full path to the preprocessed application package (either downloaded or a local one)
Defined in
node_modules/@appium/types/lib/driver.ts:2123
cachedAppInfo
• Optional
cachedAppInfo: CachedAppInfo
The information about the previously cached app instance (if exists)
Defined in
node_modules/@appium/types/lib/driver.ts:2109
headers
• Optional
headers: Headers
Optional headers object.
Only present if isUrl
is true
and if the server responds to HEAD
requests. All header names are normalized to lowercase.
Defined in
node_modules/@appium/types/lib/driver.ts:2119
isUrl
• Optional
isUrl: boolean
Whether the app has been downloaded from a remote URL
Defined in
node_modules/@appium/types/lib/driver.ts:2113