pullFile
Pulls a file from the device.
Usage
1 | browser.pullFile(path); |
Parameters
Param | Type | Details |
---|---|---|
path | String | device path to file |
Example
1 | browser.pullFile('/data/local/tmp/file.txt') |
Support
Pulls a file from the device.
1 | browser.pullFile(path); |
Param | Type | Details |
---|---|---|
path | String | device path to file |
1 | browser.pullFile('/data/local/tmp/file.txt') |