pullDirectories property
List of directories on the device to upload to Cloud Storage at the end of the test.
Directories should either be in a shared directory (such as /private/var/mobile/Media) or within an accessible directory inside the app's filesystem (such as /Documents) by specifying the bundle ID.
Implementation
core.List<IosDeviceFile>? pullDirectories;