diff --git a/scripts/cdb/cdb.py b/scripts/cdb/cdb.py index 59a756b..c4694d3 100644 --- a/scripts/cdb/cdb.py +++ b/scripts/cdb/cdb.py @@ -20,8 +20,8 @@ def initTab(tab): browser = pychrome.Browser(url="http://192.168.100.137:9223") tab = browser.new_tab() scriptmgr = scriptmgr.ScriptMgr(tab) -initTab(tab) tab.start() +initTab(tab) tab.call_method("Page.navigate", url="http://localhost:7456/", _timeout=5) while True: