Webium Versions Save

Webium is a Page Object pattern implementation library for Python (http://martinfowler.com/bliki/PageObject.html). It allows you to extend WebElement class to your custom controls like Link, Button and group them as pages.

1.2.1

7 years ago

What's new

  • List of WebElements support in is_element_present() by @martinpelikan (#17)

1.2.0

7 years ago

What's new

  • Regular WebElement support in is_element_present by @kejkz (#15)
  • Python 2.6 support dropped (#16)

1.1.0

7 years ago

What's new

  • Python 3 support