Enum InternetExplorerDriverEngine
Represents the valid values for driver engine available with the IEDriverServer.exe.
public enum InternetExplorerDriverEngine
Fields
AutoDetect = 1
Represents the AutoDetect value, instructing the driver to use the vendor-provided driver engine implementation, if available, falling back to the open-source implementation, if it is not available.
Legacy = 0
Represents the Legacy value, forcing the driver to use only the open-source driver engine implementation.
Vendor = 2
Represents the Vendor value, instructing the driver to use the vendor-provided driver engine implementation, and throwing an exception if it is not available.