|
|
|
|
|
by idreyn
1064 days ago
|
|
WEI acts as proof that "this is a browser", not "this is a human". But browsers can be automated with tools like Selenium. I'd guess that with the advent of complicated, JS-based captchas, browsers under automation are already the major battleground between serious scrapers and anti-bot tools. I also don't understand how WEI does much to prevent a motivated user from faking requests. If you have Chrome running on your machine it's not gonna be too hard to extract a signed WEI token from its execution, one way or another, and pass that along with your Python script. It looks like it basically gives Google another tool to constrain users' choices. |
|
And I will bet anything that if the browser is being instrumented via webdriver it will attest as such. You would have to automate the browser externally.