Interface: ConfigureAppOptions
@appium/types.ConfigureAppOptions
Table of contents
Properties
Properties
onPostProcess
• Optional
onPostProcess: (obj
: PostProcessOptions
<HTTPHeaders
>) => undefined
| PostProcessResult
| Promise
<undefined
| PostProcessResult
>
Type declaration
▸ (obj
): undefined
| PostProcessResult
| Promise
<undefined
| PostProcessResult
>
Optional function, which should be applied to the application after it is downloaded/preprocessed.
This function may be async and is expected to accept single object parameter. The function is
expected to either return a falsy value, which means the app must not be cached and a fresh
copy of it is downloaded each time, or if this function returns an object containing an
appPath
property, then the integrity of it will be verified and stored into the cache.
Parameters
Name | Type |
---|---|
obj |
PostProcessOptions <HTTPHeaders > |
Returns
undefined
| PostProcessResult
| Promise
<undefined
| PostProcessResult
>
Defined in
node_modules/@appium/types/lib/driver.ts:2138
supportedExtensions
• supportedExtensions: string
[]
Defined in
node_modules/@appium/types/lib/driver.ts:2141