How can I upload a picture to a device while running appium script on device farm of aws

前端 未结 0 387
执笔经年
执笔经年 2021-01-03 23:11

String imagePath = this.getClass().getResource("/files/images.jpg").getPath(); driver.pushFile("/data/local/tmp/image.jpg", new File(imagePath));

相关标签:
回答
  • 消灭零回复
提交回复
热议问题