robotframework-appiumlibrary icon indicating copy to clipboard operation
robotframework-appiumlibrary copied to clipboard

Set location implementation request

Open cristopherdcb opened this issue 8 years ago • 1 comments

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.

cristopherdcb avatar Jan 24 '17 16:01 cristopherdcb

Can you do this in other appium drivers (ruby,java, etc) ?

serhatbolsu avatar Feb 22 '17 07:02 serhatbolsu

Closing due to inactivity

serhatbolsu avatar Oct 27 '22 09:10 serhatbolsu