Data scraping if not working for web page table

Hello @learning_sourav

If you are telling you need to extract a table of content and the element is not a table.
You can try Table extraction which allows table extraction as well as pattern-based data.

If you just want to get only one value then you can use Get Text activity. Totally depends on what you are going to automate.

Thanks