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
elsif package == "gale"
if page.include?("The document you requested could not be found")
access = "not found"
elsif
page.include?("error")
access = "error"
elsif page.include?("About this Publication")
access = "access ok"
else
access = "check"
end