in computers/shared/base_playwright.py [0:0]
def goto(self, url: str) -> None: try: return self._page.goto(url) except Exception as e: print(f"Error navigating to {url}: {e}")