From 414d1579fcdb2c204a483502748fe5aa18d41cf6 Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Tue, 3 Mar 2020 11:47:34 -0800 Subject: [PATCH] icaew.com behavior --- brozzler/behaviors.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/brozzler/behaviors.yaml b/brozzler/behaviors.yaml index 85b4111..786398f 100644 --- a/brozzler/behaviors.yaml +++ b/brozzler/behaviors.yaml @@ -71,6 +71,15 @@ url_regex: '^https?://(?:www\.)?psu24.psu.edu/.*$' behavior_js_template: psu24.js request_idle_timeout_sec: 10 +- + url_regex: '^https?://(?:.*\.)?icaew\.com/.*$' + behavior_js_template: umbraBehavior.js.j2 + default_parameters: + interval: 500 + actions: + - selector: a#CybotCookiebotDialogBodyButtonAccept + - selector: .more-link a.cta-link + repeatSameElement: true - url_regex: '^https?://(?:www\.)?pm\.gc\.ca/.*$' behavior_js_template: umbraBehavior.js.j2