Unable to do the simplest scrape in a fresh chrome profile, with the latest version of the extension

  • Create a new profile in Chrome (Version 101.0.4951.54 (Official Build) (64-bit))
  • Install the extension (0.6.4)
  • Go to https://app.livestorm.co/unchained
  • F12
  • Click Web Scraper
  • Click Create new sitemap
    • name: unchained
    • url: https://app.livestorm.co/unchained
  • Click Create Sitemap
  • Click Add new selector
  • Click Select
    image

What am I missing?

@flaky_giveaway Hi, did you try to reload the page or restart the browser?

After performing tests for this website I did not encounter any issues.

Example:

{"_id":"app-livestorm-co","startUrl":["https://app.livestorm.co/unchained"],"selectors":[{"delay":0,"id":"wrapper","multiple":true,"parentSelectors":["_root"],"selector":"tr","type":"SelectorElement"},{"delay":0,"id":"title","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":".company-webinar-item-infos-top__title a","type":"SelectorText"},{"delay":0,"id":"details-1","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"li:nth-of-type(1)","type":"SelectorText"},{"delay":0,"id":"details-2","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":"li:nth-of-type(2)","type":"SelectorText"},{"delay":0,"id":"details-3","multiple":false,"parentSelectors":["wrapper"],"regex":"","selector":".company-webinar-item-date span","type":"SelectorText"}]}

I have yet to develop the muscle memory of pressing Shift+F5. Doing this, the scraping now works.

Shift+F5, the Ctrl+Alt+Delete for the Web.