You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: