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

Dependencies problem #5

Closed testuser7 closed 9 years ago

testuser7 commented 9 years ago

Hi,

Setup file have fixed dependencies for old versions of selenium and nose. Is a webium compatible with new packages?

Regards,

Khrol commented 9 years ago

Hi,

Webium is built on top of Selenium API. So it's compatible with newest versions as well. Feel free to use it with other Selenium and Nose versions.

I'll discuss with other guys and we'll handle somehow fixed versions.

Thank you for feedback!

Khrol commented 9 years ago

1.0.5 released without fixed versions. nose is removed from dependencies.