Releases: obrizan/selenium_python_template
Releases · obrizan/selenium_python_template
v0.3.0
v0.2.0
Auto-waiting for click() and send_keys().
Full Changelog: v0.1.1...v0.2.0
v0.1.1 Docs updated
What's Changed
- FRONTEND_URL added to docs.
- fixed_quotes [skip ci] by @Vika-Denisenko in #1
New Contributors
- @Vika-Denisenko made their first contribution in #1
Full Changelog: 0.1.0...v0.1.1
v0.1.0 Initial release
The very first demo version is ready! 🚀
- basic WebDriver factory to get drivers for Chrome, Safari, Firefox and remote
- basic BasePage
- demo tests for OpenCart
- global fixture to get abstract WebDriver
- Docker compose to run test
- CI configurations for Bitbucket Pipelines and GitHub Actions