7 ms·
What's with the xpath selector? Is that just matching deeply nested elements?
by pimlottc 1mo ago
What's with the xpath selector? Is that just matching deeply nested elements?
- c-hendricks 1mo agoGoing from memory, but that's how many elements are in the tree between what I wanted to be hidden and where the matching text/elements actually lived.
- pimlottc 1mo agoOh jeez, I hadn’t thought about the blocked element being different than the aria-tagged one. What a nightmare