Unable to select elements in a web page

unable to select elements in a web page
Url: CyberKongz (KONGZ) Token Tracker | Etherscan

Screenshot 2021-11-16 203159

I want to scrape these two values, but unable to select them

@wresultsblog Hello. Yes, that happens because there's an iframe which is basically another document, therefore to select something within it you should add - iframe:iframe.

Example:

{"_id":"etherscan-io","startUrl":["https://etherscan.io/token/0x57a204aa1042f6e66dd7730813f4024114d74f37#inventory"],"selectors":[{"delay":0,"id":"iframe element","multiple":true,"parentSelectors":["_root"],"selector":"iframe:iframe .nft-block-wrapper","type":"SelectorElement"},{"delay":0,"id":"token id","multiple":false,"parentSelectors":["iframe element"],"regex":"","selector":"div.text-truncate:nth(0)","type":"SelectorText"}]}

https://webscraper.io/documentation/css-selector