Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

Commit

Permalink
Update readme for ie11
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-roemer committed Apr 9, 2015
1 parent 31d7ada commit 549aaf8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,11 @@ Some other tips and tricks:

See https://code.google.com/p/selenium/wiki/InternetExplorerDriver#Required_Configuration
for extra steps needed to work with local IE. Anecdotally, for Win7+IE11 in a
VM, the following was needed:
VM, the only actually tweak needed was:

* "Enable Protected Mode" toggled the same for all zones.
* (IE11-specific) Created key
* Create key
`HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_BFCACHE`
and then added DWORD of `iexplore.exe` defaulted to `0` value.
and add DWORD of `iexplore.exe` defaulted to `0` value.

## API

Expand Down

0 comments on commit 549aaf8

Please sign in to comment.