robotframework-appiumlibrary
robotframework-appiumlibrary copied to clipboard
Set location implementation request
Is it possible implement set location to mock GPS locations as we do regularly with appium java client?
Something like:
| Set location | ${latitude} | ${longitude} | ${altitude} (optional) |
I was trying a workaround using robot Telnet library (open a connection to 5554 and then execute geo fix $lat $lon) but unfortunately it doesn't work with Genymotion because it hasn't telnet.
Can you do this in other appium drivers (ruby,java, etc) ?
Closing due to inactivity