From d423c084402e304f4f871058b2fccda2963b4b15 Mon Sep 17 00:00:00 2001 From: martin legrand Date: Mon, 24 Mar 2025 13:35:37 +0100 Subject: [PATCH] feat : tests for browser --- sources/browser.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/browser.py b/sources/browser.py index 427be87..df43d4e 100644 --- a/sources/browser.py +++ b/sources/browser.py @@ -94,6 +94,7 @@ class Browser: return None def load_anticatpcha(self): + print("You might want to install the AntiCaptcha extension for captchas.") self.driver.get(self.anticaptcha) def go_to(self, url:str) -> bool: