Metadata-Version: 2.2
Name: get-locator
Version: 9.6.2
Summary: Pytest plugin. Run command, e.g.: run-inspector --url "https://demoqa.com/automation-practice-form"
Author-email: Yevhen Halitsyn <galitsyn.evgeniy955@gmail.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: selenium
Requires-Dist: pyperclip
Requires-Dist: pynput

# Interesting library

1. Run via command line using default test arguments:
   - run-inspector --url "https://demoqa.com/automation-practice-form"
2. Run project with web_inspector.py file 
- File will be created at the root of the project after first run this command:
  - create-setup --run
