File upload from app | Appium Forum
S
Savitha lakshmanrao Posted on 31/01/2019

How to upload a file from mobile app.

In selenium we use 

driver.findElementsByXpath("").sendkeys("filepath");
How can we upload file by passing file path

A
aditya Replied on 03/02/2019

Can you please elaborate more ?