I have a client who performs user authentication of internal apps using
smart cards with a solution from Entrust [1].
When trying to automate IE for such an app, Entrust password dialog pops
up correctly but then IEDriver doesn't see anything:
WebDriver.getSource() returns an empty string, same thing for
getCurrentUrl() and no element can be found in the page. This means that
it is currently not possible to automate IE there with WebDriver :(
It gives me the impression that IEDriver sees the "empty state" of the
page as it is at the time where the client credentials are retrieved and
then it doesn't see that the conversation goes on.
It works just fine using HtmlUnitDriver (customizing the SSL factory).
Any idea?
Cheers,
Marc.
I've feared this response ;-)
They use mainly java and I've never seen any VS there. I'll ask.
Cheers,
Marc.