I'm kinda new with Scrapy and I've encountered a problem. I'm trying to extract information from this webpage that uses this type of buttons:
<a id="" href="#" ... onclick="function()..."
I've been looking for examples but all of them work with href. Is there a solution? Do I need to use other tools to do the job?
Thanks