Skip to content

Commit

Permalink
M
Browse files Browse the repository at this point in the history
  • Loading branch information
Higgins committed Mar 1, 2017
1 parent 3deb88d commit f24c6ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion webscraper/bet355_bet_history_scraper.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
from selenium import webdriver
from selenium.webdriver.firefox.firefox_binary import FirefoxBinary
from pages import *
import json
import io

def main():
driver = webdriver.Firefox()
binary = FirefoxBinary()
driver = webdriver.Firefox(firefox_binary=binary)

driver.get("https://www.bet365.com/?lng=1&cb=10326429708#/HO/")

landing_page = LandingPage(driver)
Expand Down

0 comments on commit f24c6ed

Please sign in to comment.