web-scraper-chrome-extension icon indicating copy to clipboard operation
web-scraper-chrome-extension copied to clipboard

Scrap data as button child element.

Open jwillmer opened this issue 8 years ago • 2 comments

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:

  • This bug exists in branch of @martinsbalodis as well.
  • Brickseek needs a logged in user to display stores

button

text

jwillmer avatar Nov 14 '17 09:11 jwillmer

I don' have time to fix this. Feel free to help me out!

jwillmer avatar Nov 14 '17 09:11 jwillmer

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.

jwillmer avatar Feb 19 '18 11:02 jwillmer