Scott Babcock

Results 56 comments of Scott Babcock
trafficstars

Thanks for looking this stuff over! This is your project, so you determine style, structure, and strategy. I'll add the standard copyright notices to all of the new files (except...

I resolved the merge conflicts.

The structure and storage of **HtmlUnitWebElement** objects presents a challenge for remote operation. Element IDs are unique per driver, in that they're sequentially assigned integers. However, there's currently no mechanism...

@rbri I've migrated the remote-specific functionality to a new project: https://github.com/sbabcoc/htmlunit-remote All of the revisions in this PR are now devoted to providing complete configurability via the HtmlUnitDriverOptions (Capabilities) class.

@rbri I think this is finally ready for review. Since I migrated the remote-specific implementation to a new project. this PR is much less daunting. The API for new **HtmlUnitDriverOptions**...

By the way... The [remote wrapper](https://github.com/sbabcoc/htmlunit-remote) that I've put together uses a **NettyServer** instance to serve test pages, which is a lot lighter weight than the **Jetty** servlets used by...

Thanks! The comprehensive capabilities class (HtmlUnitDriverOptions) is required for my 'htmlunit-remote' project to work. I hope you won't need to do too much clean up work.

Titus Fortner suggested hosting this in the Selenium Community repo (https://github.com/selenuimhq-community). Once you publish HtmlUnitDriver 4.22.0, we'll coordinate the publication of HtmlUnit Remote. I'm currently using the 'com.nordstrom.ui-tools' group ID,...

There's an issue with WebElement.isDisplayed() when running remotely, because RemoteWebElement handles this via JavaScript, and the script it uses doesn't work with Rhino. I don't have the details on the...

I just opened #149 about the `isDisplayed` issue.