def goto()

in computers/default/scrapybara.py [0:0]


    def goto(self, url: str) -> None:
        self._page.goto(url)