From 626220ce86100fd510afdcab1466aaa824a6d09f Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Fri, 9 Jun 2017 14:08:34 -0700 Subject: [PATCH] simpleclicks for recent issuu.com URLs --- brozzler/behaviors.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/brozzler/behaviors.yaml b/brozzler/behaviors.yaml index b9d6cdf..a7e80ef 100644 --- a/brozzler/behaviors.yaml +++ b/brozzler/behaviors.yaml @@ -107,6 +107,13 @@ mouseover_css_selector: .zz1_AgencyListingMenu_1 mouseover_until_hard_timeout: False request_idle_timeout_sec: 10 +- # https://webarchive.jira.com/browse/ARI-5384 + url_regex: '^https?://issuu\.com/.*$' + behavior_js_template: simpleclicks.js.j2 + default_parameters: + click_css_selector: button#ird3-button-next + click_until_hard_timeout: True + request_idle_timeout_sec: 10 - # https://webarchive.jira.com/browse/ARI-4960 url_regex: '^https?://(?:www\.)?fortstjames.ca/community-events-calendar/$' behavior_js_template: simpleclicks.js.j2