MachinePublishers / jBrowserDriver

A programmable, embeddable web browser driver compatible with the Selenium WebDriver spec -- headless, WebKit-based, pure Java
Other
809 stars 143 forks source link

Which JavaScript engine is using? #324

Closed AlexByte closed 4 years ago

hollingsworthd commented 4 years ago

It uses: https://en.wikipedia.org/wiki/WebKit#JavaScriptCore

The version depends on your JRE, whichever webkit the JRE ships with.