htmlunit icon indicating copy to clipboard operation
htmlunit copied to clipboard

Goals

Open hrbrmstr opened this issue 7 years ago • 0 comments

  • simple way to read dynamic html from a single page
  • DSL around the underlying power of HtmlUnit. While it's possible to just use htmlunitjars and create Java objects and call Java methods directly, that is a really foreign interface to most R folks and creating a DSL would make it easier for folks to click on forms, etc without having to worry about Java type conversion (which is 'a thing' for some methods in this library)

hrbrmstr avatar Dec 16 '18 20:12 hrbrmstr