From e50ef8b373c8220a9bfdc5441aca63abfa3d161e Mon Sep 17 00:00:00 2001 From: Leon Date: Wed, 14 Dec 2022 21:38:54 +0000 Subject: [PATCH] Update README.md fix path to example file for when this is merged to master --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7148c84..7e82d99 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Automatically downloads the driver binary and patches it. * added an example containing some typical webdriver code, answers to commonly asked questions, pitfalls + showcasing some tricks to ditch the need for multithreading. -###[>>>> example code here <<<<](https://github.com/ultrafunkamsterdam/undetected-chromedriver/blob/3.2.0/undetected_chromedriver/example.py) +###[>>>> example code here <<<<](https://github.com/ultrafunkamsterdam/undetected-chromedriver/blob/master/undetected_chromedriver/example/example.py) * added WebElement.click_safe() method, which you can try in case you get detected after clicking a link. This is not guaranteed t o work.