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

Is there any no javaFX , graphical barnch? #211

Closed onlyforzhuce closed 7 years ago

onlyforzhuce commented 7 years ago

now we use phantomjs to crawler pages, and we find jbrowserDriver . But jBrowserDriver can not run in a no graphics library linux server. we do not want to use a graphical interface, just want to have a pure Java version of the browser alternative phantomjs.

hollingsworthd commented 7 years ago

JavaFX is part of the JRE and available on every operating system.

hollingsworthd commented 7 years ago

Also to clarify there is no desktop or monitor needed. It runs headlessly. On Ubuntu/Debian server run apt-get install openjdk-8-jre openjfx to install the JRE.