cheezy / page-object

Gem to implement PageObject pattern in watir-webdriver and selenium-webdriver
MIT License
653 stars 220 forks source link

watir 6.8 removed select_text as a separate file #445

Closed titusfortner closed 7 years ago

titusfortner commented 7 years ago

JavaScript things were reworked for Watir 6.8 and this was removed as an extension and is now always available.

cheezy commented 7 years ago

I saw this earlier today. I will add this plus a few additional changes I want to make and will hopefully get a new release out tonight.

Sent from my iPad

On Aug 30, 2017, at 10:46 AM, Titus notifications@github.com wrote:

JavaScript things were reworked for Watir 6.8 and this was removed as an extension and is now always available.

You can view, comment on, or merge this pull request online at:

https://github.com/cheezy/page-object/pull/445

Commit Summary

watir 6.8 removed select_text as a separate file File Changes

M lib/page-object/elements/element.rb (1) M page-object.gemspec (2) Patch Links:

https://github.com/cheezy/page-object/pull/445.patch https://github.com/cheezy/page-object/pull/445.diff — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.