Skip to content

Releases: obrizan/selenium_python_template

v0.3.0

31 Jan 17:00

Choose a tag to compare

Autowaiting for WebElement.clear().

v0.2.0

31 Jan 08:38

Choose a tag to compare

Auto-waiting for click() and send_keys().

Full Changelog: v0.1.1...v0.2.0

v0.1.1 Docs updated

06 Dec 10:49

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.0...v0.1.1

v0.1.0 Initial release

06 Dec 07:40

Choose a tag to compare

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