mirror of
https://github.com/appium/appium.git
synced 2026-05-04 01:11:11 -05:00
6494df98d6
Ruby examples:
mobile :pushFile, data: Base64.encode64('test ruby'), path: '/data/local/tmp/test.txt'
pull_result = mobile :pullFile, path: '/data/local/tmp/test.txt'
Base64.decode64 pull_result