Skip to main content

A simple class that can be used to fake Selenium Browser Geolocation

Project description

FakerLocationer

A simple class that can be used to fake Selenium Browser Geolocation

Getting Started

Its very easy to get started with using fakerlocationer. A simple example is shown in usage.py or you can see it below:

''' from fakerlocationer import FakerLocationer from selenium import webdriver

driver = webdriver.Chrome() driver.get("http://www.mylocation.org") f = FakerLocationer(driver) f.setLocation(50, 50) '''python

The only drawback of fakerlocationer is that in order for the geolocation to change the page must be fully loaded

Prerequisites

Pretty much only need Selenium and Python 3

Installing

Can be installed by using pip:

''' pip3 install fakerlocationer '''

Or just by literally downloading fakerlocationer.py and importing it into your project

Built With

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • To Selenium for making the web testing suite :)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fakerlocationer-0.5.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

fakerlocationer-0.5-py3-none-any.whl (2.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page