feat : tests for browser

This commit is contained in:
martin legrand 2025-03-24 13:35:37 +01:00
parent 38fe983010
commit d423c08440

View File

@ -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: