Simulates the location in the Remote device using Robotframework-AppiumLibrary
pip install robotframework-LocationSimulation
Robot Screenshot Listener
├── LocationSimulate
│ ├── __init__.py # Entry point of the application
│ ├── simulate.py # Handles reading and filtering messages
├── requirements.txt # Lists project dependencies
└── README.md # Project documentation
How It Works . Import library LocationSimulate.simulate and call the keyword start simulation
Technical Details
Class Structure
Dependencies . robot.libraries.BuiltIn: For accessing Robot Framework variables and keywords . geopy
Feel free to submit issues or pull requests if you have suggestions or improvements for the project.
