File upload from app
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
driver.findElementsByXpath("").sendkeys("filepath");
Instructor
Can you please elaborate more ?