diff --git a/README.md b/README.md index 2c05acd..61b17de 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Automatically downloads the driver binary and patches it. * Works also on Brave Browser and many other Chromium based browsers, but you need to know what you're doing and needs some tweaking. * Python 3.6++** + ## Installation ## ``` @@ -29,6 +30,26 @@ any good news? Yes, i've opened [Undetected-Discussions](https://github.com/ultrafunkamsterdam/undetected-chromedriver/discussions) which i think will help us better in the long run. - - - +What this is not +--- +**THIS PACKAGE DOES NOT, and i repeat DOES NOT hide your IP address, so when running from a datacenter (even smaller ones), chances are large you will not pass! Also, if your ip reputation at home is low, you won't pass!** + +Running following code from home , and from a datacenter. +```python +import undetected_chromedriver as uc +driver = uc.Chrome(headless=True,use_subprocess=False) +driver.get('https://nowsecure.nl') +driver.save_screenshot('nowsecure.png') +``` +
+ + +
+ + + + + ## 3.5.0 ## - selenium 4.10 caused some issues. 3.5.0 is compatible and has selenium 4.9 or above pinned. I can't support <4.9 any longer. - Removed some kwargs from constructor: service_args, service_creationflags, service_log_path.