Selenium IE8 force IE8 compatibility view

0 votes
I'm running Selenium in singleWindow mode and IE8.

If i start IE8 manually the IE8 mode is set, but when i launch it with Selenium, the mode set is IE7 using the compatibility mode.

Anyone knows why the compatibility mode is not the IE8 view when launching the browser with Selenium?

Or, how can i disable totally the compatibility mode in IE and force it to use always the IE8 view?
Sep 19, 2018 in Selenium by Atul
• 10,240 points
1,335 views

1 answer to this question.

0 votes

I have some workarond solution for this, I use it regularly:


In internet explorer goto: 1. Tools / Compatibility view settings. 2. At the Add website input textbox add your website url.

answered Sep 19, 2018 by Meci Matt
• 9,460 points

Related Questions In Selenium

0 votes
1 answer

Untrusted Certificates Force Ruby Selenium

Check this out capabilities = Selenium::WebDriver::Remote::W3C::Capabilities.firefox(accept_insecure_certs: true) driver = ...READ MORE

answered May 9, 2018 in Selenium by Samarpit
• 5,910 points
1,684 views
0 votes
1 answer

Browser compatibility with selenium for testing forms

To use the old Selenium IDE you need Firefox ...READ MORE

answered Aug 6, 2018 in Selenium by Samarpit
• 5,910 points
577 views
0 votes
0 answers
0 votes
6 answers

How to specify "ENTER" button functionality in Selenium WebDriver code?

using OpenQA.Selenium.Interactions; Actions builder = new Actions(driver); ...READ MORE

answered Feb 13, 2019 in Selenium by anonymous
94,815 views
0 votes
2 answers

Finding WebDriver element with Class Name in java

The better way to handle this element ...READ MORE

answered Apr 10, 2018 in Selenium by nsv999
• 5,500 points
12,732 views
0 votes
2 answers

Problem while using InternetExplorerDriver in Selenium WebDriver

enable trusted connection  in internet explorer by ...READ MORE

answered Aug 31, 2020 in Selenium by Sri
• 3,190 points
8,617 views
0 votes
1 answer

Geo-location microphone camera pop up

To Allow or Block the notification, access using Selenium and you have to ...READ MORE

answered May 11, 2018 in Selenium by Samarpit
• 5,910 points
6,692 views
0 votes
2 answers

How to use such xpath to find web elements

xpath are two types. 1) Absolute XPath:    /html/b ...READ MORE

answered Sep 3, 2020 in Selenium by Sri
• 3,190 points
7,555 views
0 votes
1 answer

Previous versions of Selenium JARs

You can download all the versions of ...READ MORE

answered Apr 12, 2018 in Selenium by Meci Matt
• 9,460 points
3,583 views
0 votes
1 answer

How can I Install Selenium IDE in Firefox

Selenium IDE works with all Firefox versions, ...READ MORE

answered Apr 13, 2018 in Selenium by Meci Matt
• 9,460 points
3,525 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP