Method: Appium::Core::Base::Driver#pull_folder
- Defined in:
- lib/appium_lib_core/common/base/driver.rb
#pull_folder(path) ⇒ Base64-decoded
Pull a folder content from the remote device. On Android the application under test should be built with debuggable flag enabled in order to get access to its container on the internal file system.
523 524 525 526 |
# File 'lib/appium_lib_core/common/base/driver.rb', line 523 def pull_folder(path) # TODO: use 'mobile: pullFolder' internally @bridge.pull_folder(path) end |