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

Porting jBrowserDriver to Android #300

Closed nithyasharabheshwara closed 4 years ago

nithyasharabheshwara commented 6 years ago

Similar to #202
I am working on a program which does some automatic web posting. jBrowserDriver seems to be doing well as far as it goes for the desktop platform. For Android, I have 2 options,

  1. Directly interact with android WebKit browser
  2. Think of porting jBrowserDriver to work with javafxports

If I have to directly work with WebKit I might as well see if having the entire bunch of code written in that fashion rather than have any dependency on jBrowserDriver, is better.

What do you guys think? Porting is worth it? Where do you think there might be pitfalls?