BG5 commited on
Commit
ab30fb0
·
verified ·
1 Parent(s): 0f7ed8a

Update dp.py

Browse files
Files changed (1) hide show
  1. dp.py +1 -1
dp.py CHANGED
@@ -22,4 +22,4 @@ browser = Chromium(co)
22
  browser.clear_cache()
23
  tab = browser.latest_tab
24
  tab.get("https://google.com")
25
- print(tab)
 
22
  browser.clear_cache()
23
  tab = browser.latest_tab
24
  tab.get("https://google.com")
25
+ print(tab.title)