From e2f572e9681cc24cf8f9367f9200d8f384c7a243 Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Mon, 11 Dec 2023 12:19:21 -0800 Subject: [PATCH] initial moma behavior update --- brozzler/behaviors.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/brozzler/behaviors.yaml b/brozzler/behaviors.yaml index 99634da..b44ebc1 100644 --- a/brozzler/behaviors.yaml +++ b/brozzler/behaviors.yaml @@ -158,7 +158,8 @@ behavior_js_template: umbraBehavior.js.j2 default_parameters: actions: - - selector: button[data-more-results-bottom-button] + - selector: 'div.link\/focus' + - selector: 'button.link\/focus' - # https://webarchive.jira.com/browse/ARI-4692 url_regex: '^https?://(?:www\.)?fec.gov/data/.*$' behavior_js_template: fec_gov.js