Below are the 3 key things which you need to configure in order for Selenium to work in Internet Explorer 8
- Tools->Internet Options->Security tab
Set the security level for all zones to high. This is due to all zones have to be on the same level and Restricted Sites can only be set to high.
- Zoom level to be 100%
- Tools->Internet Options->Security tab->Custom level->Scripting
Enable Active Scripting. This is required in order for JavaScript to work.
- Install the correct version of InternetExplorerDriver – depending on how many bits is your machine
Leave a Reply