https://github.com/kevocde/selenium-loader
An automation tool that allows load a dynamic configuration with steps and actions to Selenium
https://github.com/kevocde/selenium-loader
automation selenium selenium-python task-automation-tools yaml yaml-configuration
Last synced: 2 months ago
JSON representation
An automation tool that allows load a dynamic configuration with steps and actions to Selenium
- Host: GitHub
- URL: https://github.com/kevocde/selenium-loader
- Owner: kevocde
- License: apache-2.0
- Created: 2023-02-13T12:23:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-18T15:31:27.000Z (over 3 years ago)
- Last Synced: 2025-05-31T09:48:14.626Z (about 1 year ago)
- Topics: automation, selenium, selenium-python, task-automation-tools, yaml, yaml-configuration
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
Selenium Loader
A simple way to define your route to automate task with Selenium via descriptive YML configuration.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
### About The Project
A simple way to declarate explicitly the steps to automate a task with Selenium, using a YML configuration file.
You just need to define the steps to automate a task, and the Selenium Loader will do the rest.
### Built with
### Getting Started
#### Prerequisites
#### Installation
### License
Distributed under the MIT License. See `LICENSE.txt` file for more information.
See more about this in [Apache License, Version 2.0](https://opensource.org/license/apache-2-0/).
[contributors-shield]: https://img.shields.io/github/contributors/kevocde/selenium-loader.svg?style=for-the-badge
[contributors-url]: https://github.com/kevocde/selenium-loader/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/kevocde/selenium-loader.svg?style=for-the-badge
[forks-url]: https://github.com/kevocde/selenium-loader/network/members
[stars-shield]: https://img.shields.io/github/stars/kevocde/selenium-loader.svg?style=for-the-badge
[stars-url]: https://github.com/kevocde/selenium-loader/stargazers
[issues-shield]: https://img.shields.io/github/issues/kevocde/selenium-loader.svg?style=for-the-badge
[issues-url]: https://github.com/kevocde/selenium-loader/issues
[license-shield]: https://img.shields.io/github/license/kevocde/selenium-loader.svg?style=for-the-badge&logo=mit
[license-url]: https://github.com/kevocde/selenium-loader/blob/main/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/kevocode