InternetExplorerDriver Constructor WebDriver
Overload List

  NameDescription
Public methodInternetExplorerDriver 
Initializes a new instance of the InternetExplorerDriver class.
Public methodInternetExplorerDriver(String)
Initializes a new instance of the InternetExplorerDriver class using the specified path to the directory containing IEDriverServer.exe.
Public methodInternetExplorerDriver(InternetExplorerOptions)
Initializes a new instance of the InternetExplorerDriver class with the desired options.
Public methodInternetExplorerDriver(String, InternetExplorerOptions)
Initializes a new instance of the InternetExplorerDriver class using the specified path to the directory containing IEDriverServer.exe and options.
Public methodInternetExplorerDriver(InternetExplorerDriverService, InternetExplorerOptions)
Initializes a new instance of the InternetExplorerDriver class using the specified InternetExplorerDriverService and options.
Public methodInternetExplorerDriver(String, InternetExplorerOptions, TimeSpan)
Initializes a new instance of the InternetExplorerDriver class using the specified path to the directory containing IEDriverServer.exe, options, and command timeout.
Public methodInternetExplorerDriver(InternetExplorerDriverService, InternetExplorerOptions, TimeSpan)
Initializes a new instance of the InternetExplorerDriver class using the specified DriverService, InternetExplorerOptions, and command timeout.
Back to Top
See Also