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 4ee2c4a commit 4579bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
hend = 'CHANGE'
print('HEPP')
#browser = Browser("phantomjs")
with Browser() as browser:
with Browser('chrome') as browser:
browser.driver.set_window_size(1920, 1080)
browser.visit('https://morph.io')
hend = browser.html
Expand Down

0 comments on commit 4579bd7

Please sign in to comment.