You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested on this page: https://brickseek.com/walmart-inventory-checker?sku=54594250
Goal: Get address of stores.
Issue: Does not find the addresses while scraping (only finds it in configuration mode)
Site configuration: Scrap text element is child of button click element.
Note:
I looked into this issue and noticed that the problem is that the zip code needs to be filled in order to get search results. Since the zip code can't be filled by extending the URL with query parameters we might need to create a module that enables us to fill out forms in order to make this example work.
Tested on this page: https://brickseek.com/walmart-inventory-checker?sku=54594250
Goal: Get address of stores.
Issue: Does not find the addresses while scraping (only finds it in configuration mode)
Site configuration: Scrap text element is child of button click element.
Note:
The text was updated successfully, but these errors were encountered: