How to push image file to the android device?
Hello Macy,
Please try the sample code snippet below:
androidDriver.pushFile("/sdcard/images/image.png", new File("/Users/JohnDoe/Desktop/Screenshot 2022-08-04 at 5.06.28 PM.png"));
How to push image file to the android device?
Hello Macy,
Please try the sample code snippet below:
androidDriver.pushFile("/sdcard/images/image.png", new File("/Users/JohnDoe/Desktop/Screenshot 2022-08-04 at 5.06.28 PM.png"));