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
The text was updated successfully, but these errors were encountered:
@notcjwwhitec2 : Thanks for this. Before I add it to the code, do you know if it generalizes to other Gale products? I.e., could it be used to check for full text access in other Gale databases or products besides Academic One File?
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
The text was updated successfully, but these errors were encountered: