appium / java-client

Java language binding for writing Appium Tests, conforms to W3C WebDriver Protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Appium 1.7.0 will support pushFile for iOS Simulators

imurchie opened this issue · comments

Description

Appium 1.7.0 will support pushing individual files to iOS simulators through simctl addmedia. The interface is the same as Android: a filename (for iOS, this is the name of a temporary local file that will be pushed) and the base 64 data of the contents.

It will only work for pushing photos.

The implementation on the server side: appium/appium-xcuitest-driver@430005e

I'll take care of it