From 2246fb3d079d07bfe5218458fc8d7c31ef657b2d Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Mon, 20 Nov 2017 17:25:32 -0800 Subject: [PATCH] simpleclicks for ARI-5241 --- brozzler/behaviors.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/brozzler/behaviors.yaml b/brozzler/behaviors.yaml index b9b4493..ec80993 100644 --- a/brozzler/behaviors.yaml +++ b/brozzler/behaviors.yaml @@ -135,6 +135,13 @@ click_css_selector: button#ird3-button-next click_until_hard_timeout: True request_idle_timeout_sec: 10 +- # https://webarchive.jira.com/browse/ARI-5241 + url_regex: '^https?://(?:www\.)?colonialart\.org/.*$' + behavior_js_template: simpleclicks.js.j2 + default_parameters: + click_css_selector: img.link-overlay + click_until_hard_timeout: False + request_idle_timeout_sec: 10 - # https://webarchive.jira.com/browse/ARI-5389 url_regex: '^https?://pitchfork\.com/.*$' behavior_js_template: pitchfork.js