public DriverInternetExplorerUtils(ProxyUtils proxy) { _driver = new InternetExplorerDriver(proxy.GetIeOptions()); }