Some websites block selenium webdriver, how does this work?
问题 So I'm trying to web crawl clothing websites to build a list of great deals/products to look out for, but I notice that some of the websites that I try to load, don't. How are websites able to block selenium webdriver http requests? Do they look at the header or something. Can you give me a step by step of how selenium webdriver sends requests and how the server receives them/ are able to block them? 回答1: Selenium uses a real web browser (typically Firefox or Chrome) to make its requests, so