How to grab data between HTML tags

Web scrapper is unable to scrape anything off these pages, it did a few years ago I guess an update caused problem the web page hasn't changed, can someone help with clearer instructions on how to grab data between tags

for this example, trying to extract the name, MOON, CORY, ANDREW

Url: https://sex-offender.vsp.virginia.gov/sor/offenderDetails.html?regId=5859

thanks :slight_smile:

A lot of nested tables on this site! This should work:

Type: Text
Selector: table table table table table table table table tr:contains('Name') td:last-of-type