On a Pageify page.element, the visible? method was missing. On further debugging, while doing "..methods.sort" the Capybara::Node::Element functions are not listed.
I am using,
- Pageify 0.5.2
- Capybara 2.12.1
- Selenium-webdriver 3.2.2
My complete Gemfile configurations are available here.
For example, i had the above observation when i tried "login_page.login_form.methods.sort" using a binding.pry debug point.