Metadata-Version: 2.1
Name: selenium-yaml
Version: 1.0.3
Summary: Selenium bots using YAML
Home-page: https://github.com/wigeria/selenium-yaml-core
Author: Abhishek Verma
Author-email: wigeriaaeriag@gmail.com
License: UNKNOWN
Description: # selenium-yaml-core
        Selenium bots using YAML
        
        ## Documentation
        
        For in-depth documentation, head over to our [GH-Pages site](https://wigeria.github.io/selenium-yaml-core/).
        
        ## Installation
        
        ```
        pip install selenium-yaml
        ```
        
        ## Running the CLI
        
        The CLI can be run directly by using:
        
        ```run_sally.py --yaml-file=path/to/bot/yaml```
        
        <sub><sup>Use the `--help` argument for details on the CLI!</sup></sub>
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Requires-Python: >=3.6
Description-Content-Type: text/markdown
