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

Impossible to reset implicitly_wait in Finds in case of external driver #6

Open Khrol opened 9 years ago

Khrol commented 9 years ago

https://github.com/braunman/test/blob/master/test_webium.py

https://github.com/wgnet/webium/blob/master/webium/find.py#L87-L89 - actual driver instance is required here.