public interface InteractsWithFiles extends ExecutesMethod
| Modifier and Type | Method and Description |
|---|---|
default byte[] |
pullFile(java.lang.String remotePath) |
default byte[] |
pullFolder(java.lang.String remotePath)
Pull a folder from the simulator/device.
|
execute, executedefault 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