Grabbing Number from Website using AssertValue

Is there a way I can use AssertValue to verify the numbers on this salesforce page?
image

For example:
For the 100, I want UI.Vision to confirm that number is greater than 0 when it opens the page

You first need to extract the numbers from the website using one of the Selenium web scraping commands.

Then you can use assertValue (or if/then) to make sure they have the right value.

Web scraping: