Forum Discussion

RonT's avatar
RonT
Occasional Contributor
2 years ago

TestComplete 15 handling CAC logins

Web interface testing

TestComplete 15.44

Scripts (VBScript )

Chrome 108

Chrome plugin 14.0.0

 

We have to log in to our web application with a CAC/SmartCard.

The certificate must be selected from the dialog pictured below, then click OK.

It's not part of Sys.Browser.Page, as ObjectSpy can't resolve it or any of it's parts as objects or coordinates.

I tried recording the process as a script, but the results click on the underlying web page coordinates, not the buttons.

I've tried .Keys("[ENTER]"). That works from the keyboard, but not from the Keys statement

 

I've exhausted my ideas, and ChatGPT was no help.

 

Has anyone here successfully handled this dialog?

 

Thanks in advance for any suggestions.

Ron