You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we have always accomplished this via interpolation in the page object: page_url { $session.root_url + $session.partials_urls.account_profile }
but I would be interested in adding a method for convenience and fun.
Would you consider the configure block approach and having the WatirDrops parent class inherit these configs?
WatirDrops::Config.configure do |c|
c.base_url = 'https://loblaws.ca'
end
#page_url
needs to support a base url of some kind to make it easier to switch between staging/test/production environmentsThe text was updated successfully, but these errors were encountered: