htmlunit-driver icon indicating copy to clipboard operation
htmlunit-driver copied to clipboard

Implement HasAuthentication to be able to use authentication

Open TareqK opened this issue 2 years ago • 1 comments

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.

TareqK avatar Nov 08 '23 18:11 TareqK