Overmiind / Puppeteer-sharp-extra

Plugin framework for PuppeteerSharp
MIT License
183 stars 48 forks source link

Cant pass webdriver test #22

Open djpavlo opened 3 years ago

djpavlo commented 3 years ago

After update to 1.3.0 ver can't pass test https://bot.sannysoft.com/

Hairline Feature | missing

WEBDRIVER | FAIL

Overmiind commented 3 years ago

In new versions of chrome webdriver should return false instead of undefined so it's working as expected https://github.com/berstend/puppeteer-extra/blob/master/packages/puppeteer-extra-plugin-stealth/evasions/navigator.webdriver/index.test.js

djpavlo commented 3 years ago

But after that, the sites easily determine that automation systems are being used. And then the meaning of StealthPlugin module is not entirely clear.

Overmiind commented 3 years ago

But my usual browser works the same way. The latest chrome versions always return false so the site can't use webdriver detection to determine that automation systems are being used

djpavlo commented 3 years ago

By new version i can't login aliexpress.com. Permanent captcha. Old version work perfectly

djpavlo commented 3 years ago

image I think main problem in this.