htmlunit-driver
htmlunit-driver copied to clipboard
Implement HasAuthentication to be able to use authentication
So after some debugging on a project, i found out that the driver doesn't implement HasAuthentication, which means that using basic authentication with selenide does not work - and might not work with mainline selenium(didn't test that). In all cases, implementing HasAuthentication solves this problem. I have a really dumb internal implementation, but having this built in would be nice.