Answer the question
In order to leave comments, you need to log in
Getting the content of a site blocked by a provider by a court decision?
I am trying to get the content of the main page of sbobet.com using selenium and phantomjs,
from selenium import webdriver
driver = webdriver.PhantomJS(executable_path='C:/phantomjs/bin/phantomjs.exe')
driver.get("https://sbobet.com/")
print(driver.title)
driver.quit()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question