Potential filter bug after changing page selector #3405
Unanswered
gregoryfoster
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Heya! yeah I have seen something similar, can I ask - did you create the filter with the "Visual Selector" first? does it involve filters from Visual Selector? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for building such an excellent tool for many different use cases. I'm starting this question as a Discussion as I'm not sure where a support case should go, and I might be surfacing a bug.
I'm watching several instances of one screen (legislation in Washington state). I have an overall selector, and then I remove two variable page elements (one by class, one by ID). That's worked well for the past year.
The page was recently changed where the overall selector is different, but the variable page element selectors remain the same. But now the selector by class isn't working.
Here's an example screen:
https://app.leg.wa.gov/BillSummary/?BillNumber=1551&Year=2025&Initiative=false
CSS Filter:
.bill-summary-page
Remove Elements:
.asOfDateContainer
(was previously working, not working now)#videoSection
(still working)I've tried being more specific (
div.asOfDateContainer
) and cloning the watch, but no dice. Notifications are clogging up my inbox with false positives since that date field is different on every check. Super weird since it worked just fine previously and nothing has changed in the HTML. Any help would be appreciated!Beta Was this translation helpful? Give feedback.
All reactions