browsersec是chrome和Firefox的vpn扩展,但我喜欢将它用于phantomjs这里是我的代码没有任何扩展名
from selenium.webdriver.support.ui import WebDriverWait
service_args=[]
service_args.append('--load-images=no')
service_args.append('--disk-cache=no')
service_args.append('--ignore-ssl-errors=true')
service_args.append('--ssl-protocol=tlsv1')
driver = webdriver.PhantomJS(service_args=service_args)
driver.get('https://www.google.com/')
driver.quit()
我想知道如何在phantomjs中包含插件,以便我可以在其中加入browsersec扩展