def wait()

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


    def wait(self, ms: int = 1000) -> None:
        time.sleep(ms / 1000)