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

Question - enhance Can we run jBrowserDriver on android #202

Closed tuyuri2201 closed 7 years ago

tuyuri2201 commented 7 years ago

Can we bring JBrowserDriver to Android ? I love a headless browser on android too much but i have never found out something like that

hollingsworthd commented 7 years ago

It's a little far off from being Android compatible I think. If it were stripped down to only run one instance concurrently and reduce the dependencies, with a lot of work it could probably work. I'd recommend checking out https://github.com/selendroid/selendroid and all the drivers here: http://www.seleniumhq.org/download/

hollingsworthd commented 7 years ago

Oh, but I'm not sure if those are headless...