I was try to scrape course info with scrapy, but when I click on individual course numbers it does not redirect me to another url, but a javascript document action call. How can I access the javascript document in the href and scrape them individually like I would on a normal html using scrapy?
Firebase Cloud Functions: PubSub, "res.on is not a function"
TypeError: Cannot read properties of undefined (reading 'createMessageComponentCollector')
I have some JavaScript code and it's working (kind of)I'd like to condense it somehow, maybe grab both the CSS selectors at once and iterate through them with a forEach() loop of some kind