I have just recently started creating crawlers to scrape data. As I was creating a script yesterday, a question popped in my head that I have still not been able to find online :
Is there a difference in using different web browsers(Chrome vs Firefox vs Opera, etc.) when scraping data, or automating a task (for instance, automating clicking through a set of links that ultimately lead to downloading a file) ?
Again, I'm fairly new to scraping and automation so I just want to get a sense of the best way to go about doing such things.
Not sure if this matters, but I'm utilizing python.
Any resources/reading material would also be greatly appreciated!