ultrafunkamsterdam / undetected-chromedriver

Custom Selenium Chromedriver | Zero-Config | Passes ALL bot mitigation systems (like Distil / Imperva/ Datadadome / CloudFlare IUAM)
https://github.com/UltrafunkAmsterdam/undetected-chromedriver
GNU General Public License v3.0
9.76k stars 1.15k forks source link

Undetected Chromedriver with Proxy by seleniumwire options works slower than chromedriver with proxy #593

Open odogancay-ku opened 2 years ago

odogancay-ku commented 2 years ago

Hi,

I have been using undetected chromedriver for a long time but after chrome 99 (I am not sure if this is the exact time it got slower, so don't be misleaded) all my proxies gave much much slower (1/10ths) of loading time when used with undetected chromedriver.

I implement proxies by selenium wire options like this:

seleniumwire_options['proxy'] = { 'http': f'http://{PROXY[2]}:{PROXY[3]}@{PROXY[0]}:{PROXY[1]}', 'https': f'https://{PROXY[2]}:{PROXY[3]}@{PROXY[0]}:{PROXY[1]}', 'no_proxy': 'localhost,127.0.0.1' }

I implement proxies on normal chromedriver by creating a zip file and installing proxy plugin as extension. Default chromedriver gets 2.5-3 mbps net speed and below 100ms on same proxies while undetected chromedriver gets 750kbps net speed and over 500ms latency. I can provide more information per request sorry if I provided less than you can comment on since I don't know much about proxies and connections.

Chrome version: 100.0.4896.127 Undetected driver version: 100.0.4896.60

sebdelsol commented 2 years ago

You can create and use a proxy extension too with undetected-chromedriver. Please check here.

odogancay-ku commented 2 years ago

Thanks

17 Nis 2022 Paz, saat 01:43 tarihinde sebdelsol @.***> şunu yazdı:

You can create and use a proxy extension too with undetected-chromedriver. Please check here https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/557#issuecomment-1073114056

— Reply to this email directly, view it on GitHub https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/593#issuecomment-1100765679, or unsubscribe https://github.com/notifications/unsubscribe-auth/AV35F3QVCVGTYW4SFBAGTFLVFM67ZANCNFSM5TRG6WYA . You are receiving this because you authored the thread.Message ID: @.*** com>