public InternetExplorerDriver() {
this(null);
}
public InternetExplorerDriver(Capabilities caps) {
proxyManager = new WindowsProxyManager(true, "webdriver-ie", 0, 0);
prepareProxy(caps);
initializeLib();
PointerByReference ptr = new PointerByReference();