Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 237 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 237 Bytes

phantomjs-bin-pip

A pip package for installing binary file of phantomjs

Usage

from selenium import webdriver
from phantomjs_bin import executable_path

driver = webdriver.PhantomJS(executable_path=executable_path)