Appium OSS - Support for LocationPlayback file to mock the device location
You can now use the setLocationPlaybackFile command to upload a csv file with series of location points and the values will be used to set the device location. Reporter and reports.
driver.executeScript("seetest:client.setLocationPlaybackFile", "cloud:LocationCsvFile", delay, "LocationProvider");
In order to check if the mock location series is finished or not, you can call the waitForSetLocationEnd command.
Bugfix and Improvements