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: