Skip to content
dgtlmoon edited this page Mar 2, 2023 · 12 revisions

What is a CSS Selector? Please read https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Selectors

In the CSS Selector Filter field, you enter the CSS Selector - not the HTML

So for example if the HTML is

<div class="points">
  <span id="interesting">
  57 points
  </span>
</div>

the selector would be .points #interesting

Select/extract just the HREF from <A> tag using xpath

if you have

<h3>
  <a href..></a>
</h3>

filter: //h3/parent::a//@href