HENNGE / arsenic

Async WebDriver implementation for asyncio and asyncio-compatible frameworks
Other
350 stars 53 forks source link

Can't find phantomJS browser #44

Closed tumikosha closed 5 years ago

tumikosha commented 5 years ago

---=== Python Code ===--- bin = 'D:\bin\phantomjs-1.9.8-windows\phantomjs.exe' service = services.PhantomJS(binary=bin) browser = browsers.PhantomJS(binary=bin)

Throw FileNotFoundError: [WinError 2] The system cannot find the file specified