- Added Added a new Constructor to Launcher class
- Fixed ClassNotFoundException (org.jvnet.winp.WinProcess)
- Added MacOsProcessManager
- Roll devtools protocol to r574367
- Added Dom.getClickablePoint() and Dom.scrollIntoViewIfNeeded() method
- Fixed Mouse.click() does not trigger click event if the element is not visible.
- Fixed ElementNotFoundException for xpath expressions
- Fixed the wrong OS detection code and added human-readable error in case OS cannot be detected (ProcessManager)
- Removed sizzle support
- Fixed concurrency bug (incognito mode)
- Added Session.navigateAndWait() method
- Added guard for Launcher.launch #95
- Removed NullProcessManager (AdaptiveProcessManager is the new default ProcessManager)
- Added Session.captureScreenshot(boolean hideScrollbar) method