io.appium:java-client: 5.0.4
appium-xcuitest-driver : 2.78.0
created
May '18
last reply
Aug '18
- 7
replies
- 410
views
- 3
users
- 1
like
- 3
links
io.appium:java-client: 5.0.4
appium-xcuitest-driver : 2.78.0
Hi @Telmo_Cardoso
I’m following this link for android: https://appiumpro.com/editions/22
but while tying to add my project it not working, showing error at .puhsFile
method, I have tied by casting AppiumDriver
also, please have a look the screenshot
@Telmo_Cardoso could you please help me ?
I’m not working with Appium currently. But from what I remembered pushFile belongs to AndroidDriver. You sure your driver var is an instance of AndroidDriver?
Also you can follow Jonathan code in github (https://github.com/cloudgrey-io/appiumpro/blob/master/java/src/test/java/Edition002_Android_Photos.java5)