public interface InteractsWithFiles extends ExecutesMethod
Modifier and Type | Method and Description |
---|---|
default byte[] |
pullFile(java.lang.String remotePath)
Pull a file from the simulator/device.
|
default byte[] |
pullFolder(java.lang.String remotePath)
Pull a folder from the simulator/device.
|
execute, execute
default byte[] pullFile(java.lang.String remotePath)
remotePath
- On Android and iOS, this is either the path to the file
(relative to the root of the app's file system). On iOS only,
if path starts with /AppName.app, which will be replaced with
the application's .app directorydefault byte[] pullFolder(java.lang.String remotePath)
remotePath
- On Android and iOS, this is either the path to the file
(relative to the root of the app's file system). On iOS only,
if path starts with /AppName.app, which will be replaced with
the application's .app directory