No Data Yet Scraped

I'm really new to scraping and am having trouble with the below simple sitemap. When I go to scrape, it says no data scraped yet. However, when I do data preview, it shows the correct data is pulling.

Also, when I upload the below sitemap into the cloud webscraper it also does pull the data.

Would someone be able to guide me on fixing this problem? Thank you.

Url: https://www.copart.com/

Sitemap:
{"_id":"copart","startUrl":["https://www.copart.com/"],"selectors":[{"id":"vehicle-count","type":"SelectorText","selector":"span.count","parentSelectors":["_root"],"multiple":false,"regex":"","delay":0}]}

Set longer "Page load delay" before scraping the site. The element doesn't load in 2000ms so scraper returns null.

Thanks for the reply Kristaps!

When I use the drop down Scrape and set the page load delay to 20,000 or 200,000ms it still comes back with "No data yet scraped"

Did changing the page load delay work on your end? Is there something else you would suggest? Thanks again for your help!

I did facing the issue since 2 days ago. before that was no issue. Any solutions?