How it works
01Pick any element
selector-forge
then click any value on the page
A Chrome & Firefox extension: open the popup, hit Pick element, then click any value.
02Anchored to the label
AgencyDept. of General Services
Solicitation TypeRequest for Proposaldd · the value
StatusOpen — accepting bids
└▶FORGE GENERATES
RESULT SELECTOR
//dt[normalize-space()='Solicitation Type']/following-sibling::dd
✓ JUDGED · RELIABLE
Click a value and forge ties the selector to its label — never its position.
03Or the whole list
SOLICITATION FILES
✓
✓
✓
✓
✓
5 FILES · 1 SELECTOR
└▶FORGE GENERATES
RESULT SELECTOR
//div[contains(@class, 'section') and .//h2[normalize-space()='Solicitation Files']]//a[contains(@href, '/files/')]
✓ JUDGED · RELIABLE
Pick one file — get every file on the page, any count.