Skip to content

Instantly share code, notes, and snippets.

@NickMich
NickMich / keybase.md
Created October 18, 2016 03:07
Keybase verfication

Keybase proof

I hereby claim:

  • I am nickmich on github.
  • I am nickmich (https://keybase.io/nickmich) on keybase.
  • I have a public key whose fingerprint is 8668 C8BE 574F F4C7 2443 D530 2EC7 56B2 90D7 30F6

To claim this, I am signing this object:

@NickMich
NickMich / phantomjs_ghostdriver_process_custom_fix.md
Last active August 29, 2015 14:24
Selenium / PhantomJS / GhostDriver custom process fix

Resolving persistent PhantomJS process issue with Selenium & PhantomJS Ghost Driver

##Application Background:##

Selenium is a powerful tool suite used to automate interaction with web pages. Via its web driver libraries it is able to perform this interaction with any of the major browsers- Chrome, FireFox, IE, PhantomJS

PhantomJS is a "headless WebKit" that lets you interact with web pages headlessly (i.e. no GUI or browser required)

GhostDriver is a WebDriver implementation for PhantomJS that extends the core Selenium classes org.openqa.selenium.remote.service.DriverService and org.selenium.remote.RemoteWebDriver