Class InternetExplorerOptions

All Implemented Interfaces:
Serializable, Capabilities

public class InternetExplorerOptions extends AbstractDriverOptions<InternetExplorerOptions>
Options for configuring the use of IE. Can be used like so:
InternetExplorerOptions options = new InternetExplorerOptions()
   .requireWindowFocus();

 new InternetExplorerDriver(options);
See Also: