I am looking for a good way to use Selenium with Digest Authentication (for a flexible interface, although I don't think it matters if I cannot authenticate). I would like to avoid platform dependencies, such as using AutoIT to drive browser pop-ups (as cross-platform testing is the motivator for switching to Selenium), although if there is a good cross-platform library to perform such actions that will work well.
I think maybe there is a way to use a separate http client to create a session, and then transfer the session credentials to the browser, but I'm not sure how to enter the session identifier in the browser requests. This is just an idea I had, not sure how possible it is.
Jared source share