ae_page_objects icon indicating copy to clipboard operation
ae_page_objects copied to clipboard

full url support

Open ipmsteven opened this issue 10 years ago • 0 comments

The current implementation of current_url in aepos is

def current_url
  Capybara.current_session.current_url.sub(/^https?:\/\/[^\/]*/, '')
end

Maybe ae_page_objects should pass down the full URL which would allow other router implementations to make decisions of the full URL.

ipmsteven avatar Feb 20 '15 02:02 ipmsteven