wgnet / webium

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

Add ability to use Finds with external driver #7

Closed Khrol closed 9 years ago

Khrol commented 9 years ago

@ufranske please take a look

ufranske commented 9 years ago

It looks fine to me. - to merge