Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
seleniumhq
GitHub Repository: seleniumhq/selenium
Path: blob/trunk/third_party/cpp/iewebdriverheader/README.txt
2868 views
1
IEWebDriverManager contains the COM headers for using the Microsoft WebDriver
2
implementation for Internet Explorer. It is generated using the .idl located
3
in this directory, using the MIDL compiler. To generate it, in a Visual Studio
4
Command Prompt, navigate to this directory, and type the following command:
5
6
midl /notlb /client none /header IEWebDriverManager.h /iid IEWebDriverManagerIds.h IEWebDriver.idl
7
8
The MIDL compiler will generate the IEWebDriverManager.h header file, and a
9
stub IEWebDriver_i.c file. These files should be committed to source control.
10