Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandhunt committed Jan 22, 2020
1 parent 26a49c4 commit f74154e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scraper.py
Expand Up @@ -39,4 +39,5 @@
browser.driver.set_window_size(1280, 1024)
text = browser.find_by_css("button[type='submit']")
for t in text:
print t.text
print(t.text)
print(t.html)

0 comments on commit f74154e

Please sign in to comment.