Metadata-Version: 2.4
Name: robotframework-LocationSimulation
Version: 0.1.1
Summary: A Robot Framework function to simulate the Geo Location for location based testing.
Author-email: Jagadeesh Vedula <vedulajagadeesh1994@gmail.com>
Project-URL: Homepage, https://github.com/JagadeeshVedula/LocationSimulator
Project-URL: Bug Tracker, https://github.com/JagadeeshVedula/LocationSimulator/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Robot Framework
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: robotframework>=5.0
Requires-Dist: robotframework-appiumlibrary

# Robot Location Simulation

Simulates the location in the Remote device using Robotframework-AppiumLibrary

## Installation
pip install robotframework-LocationSimulation

## Project Structure

```
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



## Usage
![Usage](https://github.com/JagadeeshVedula/LocationSimulator/locationSimulate.png)
   

## Contributing

Feel free to submit issues or pull requests if you have suggestions or improvements for the project.
