module PageObject

Adding a help called turn_to to assist with page transitions.

Public Instance Methods

turn_to(kls) click to toggle source
# File lib/magicspec/page_override.rb, line 3
def turn_to kls
  kls.new(@browser)
end