This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
8 / 8
Aug 2018

Is your driver an instance of AppiumDriver or IOSDriver?

Maybe you are using WebDriver driver instance instead of AppiumDriver

Hello,

My driver is an instance of IOSDriver, basically I have it as

Blockquote
((IOSDriver) driver).pushFile(remotePath, file);

The driver I am using is AppiumDriver
Definitely not a webdriver.

Have you tried to use pushFile for iOS ?

Thank you :slight_smile:
Really appreciated your help

3 months later