About | Technology | Getting Started | Roadmap | Contributing | License
Course by Eduardo Mendes
YouTube Channel: dunossauro
Selenium course with Python.
This project was developed with the following technologies:
- Clone the repository:
git clone https://github.com/WesGtoX/python-selenium.git
- Install Geckodriver from GitHub.
- Create and activate a virtual enviroment:
python -m venv venv
source venv/bin/activate
- Install the dependencies:
pip install -r requirements.txt
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project.
- Create your Feature Branch
git checkout -b feature/my-feature
. - Commit your Changes
git commit -m 'feat: My new feature'
. - Push to the Branch
git push origin feature/my-feature
. - Open a Pull Request.
After the merge of your pull request is done, you can delete your branch.
Distributed under the MIT License. See LICENSE for more information.
Made with ♥ by Wesley Mendes 👋