-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing direct call to InternetGetCookieEx2 API in IE
Versions of IE prior to 11 do not have access to this API. Linking directly to it via the Windows 8.1 SDK creates an import entry in the IEDriver.dll library used by the driver. So that the driver can continue to be used against earlier releases, we will call the API using GetModuleHandle and GetProcAddress only if it exists in the version of WinINet being used by the browser. Fixes issue #5603.
- Loading branch information
Showing
1 changed file
with
39 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters