from browser import start_browser if __name__ == "__main__": b = start_browser(headless=False) print(b.address)