Before handling anything here, add below so that it does not freeze as soon as you transfer / issue a certificate. remerber to add the correct waittime back later.
getDriver().manage().timeouts().pageLoadTimeout(1000, TimeUnit.MILLISECONDS);
after that, you can try using the keyboard or autoIt.
MemphisTony V Montana
source share