Class InternetExplorerOptions

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form