public static void main(String[] args) throws
FailingHttpStatusCodeException, MalformedURLException,IOException,
InterruptedException {
final ActiveXComponent activeXComponent = new ActiveXComponent("CLSID:0CA54D3F-CEAE-48AF-9A2B-31909CB9515D");
WebClient webClient = new WebClient(BrowserVersion.INTERNET_EXPLORER);
webClient.getOptions().setThrowExceptionOnScriptError(false);
webClient.getOptions().setActiveXNative(true);
// https://pbsz.ebank.cmbchina.com/CmbBank_GenShell/UI/GenShellPC/Login/Login.aspx
HtmlPage page = webClient.getPage("https://pbsz.ebank.cmbchina.com/CmbBank_GenShell/UI/GenShellPC/Login/LoginOLD.aspx");
System.out.println(page.asXml()); }
Exception in thread "main" com.jacob.com.ComFailException: Can't find moniker
I passed C:\Windows\System32\CMBEdit.dll Still not feasible