This commit is contained in:
aozhiwei 2019-10-11 17:27:59 +08:00
parent a57249f3c4
commit 25f9d4d953

View File

@ -1,9 +1,8 @@
import os
import pychrome
os.putenv('DEBUG', '1')
os.environ['DEBUG'] = '1'
print(os.getenv('DEBUG'))
browser = pychrome.Browser(url="http://192.168.100.137:9223")
tab = browser.new_tab()
tab.start()