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.
Apache License 2.0
161
stars
37
forks
source link
flake8 fix: converted a lambda expression to a local function in image.py #13
Fixed flake8 violation.