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
Where methods are inherited from elsewhere, PageMagic::Session#method_missing is not called, meaning that methods calls intended for Capybara::Session do not make it through.
E.g. select which is inherited from Kernel
Where methods are inherited from elsewhere,
PageMagic::Session#method_missingis not called, meaning that methods calls intended forCapybara::Sessiondo not make it through.E.g.
selectwhich is inherited fromKernel