bbangert / lettuce_webdriver

Selenium webdriver for lettuce
MIT License
81 stars 32 forks source link

lettuce_webdriver throws exception with a recent selenium version #18

Closed arnihermann closed 11 years ago

arnihermann commented 11 years ago

It's incompatible with recent selenium versions: a text_field == False comparison tries to look up the id property of the boolean.

The patch includes a simple fix and a version bump.

npilon commented 11 years ago

Looks reasonable.

arnihermann commented 11 years ago

Thanks for the quick response.

Will you publish the change to pypi?

arnihermann commented 11 years ago

@npilon Could you publish a new version to the python package index?

npilon commented 11 years ago

Sorry, I meant to do that last week and got completely swamped. Should be up now, thank you for your patience!

arnihermann commented 11 years ago

No problem, thanks!