Skip to main content

Questions tagged [internet-explorer-11]

Internet Explorer 11 (IE11) is the successor to Internet Explorer 10. It was officially released on 17 October 2013 for Windows 8.1 and on 7 November 2013 for Windows 7. Microsoft apps and services to end support for Internet Explorer 11 November 30, 2020 - September 30, 2021.

internet-explorer-11
1 vote
1 answer
110 views

Selenium Javascript executor don't finish - IE11, Edge IE mode

Hello I have problem with javascript excecutor in Selenium Browser: Edge IE mode;IE11. Script don't finish working. I run button where after click show window Windows10 I use method: public void ...
0 votes
2 answers
2k views

"This is the initial start page for the WebDriver server" - Unable to resolve in Selenium/Python program using IE 11

After running my Selenium/Python program, browser opened with below message: This is the initial start page for the WebDriver server I have done below steps to resolve this: In IE Options -> ...
0 votes
0 answers
971 views

Edge Browser in IE Mode is throwing an Error Message "Internet Explorer cant be found. You need to re-install or re-enable Internet Explorer""

My application doesn't work in the Edge browser. but works fine in the Edge Browser(Version 105) with IE Compatibility Mode. Am using Selenium 4 with below code to launch the Edge Browser in IE Mode ...
-1 votes
1 answer
3k views

How to prevent IE mode in Edge

One of website users for some reason is loading my website in IE mode in their Edge Version 113.1774.50 (Official build) (64-bit) and I am struggling to figure out how to prevent this from happening. ...
2 votes
1 answer
8k views

The field 'BirthDate' must be a date MVC 4, internet explorer 11

The same question were asked in this thread The field 'Date' must be a date MVC 4 but I have slightly different problem.I got the error while using internet explorer 11, not able to figure it ...
8 votes
2 answers
2k views

HTML input type="file" drag and drop doesnt work in Edge and IE11

I've created a sample Angular app where I added only an input control to the view. In my project, I created my own file-uploader component. I'm able to drag and drop the file in Chrome but cannot do ...
4 votes
3 answers
21k views

React truncate multi line text by line

I need to truncate card title (text) with react. I try to use dotdotdot component https://www.npmjs.com/package/react-dotdotdot but it doesn't work with simple component. const content = ({title}) ...
0 votes
1 answer
173 views

Excel VBA IE querySelector button click

Trying to click button using IE. Due to the firm policy Selenium Basic, is banned. So using that route is not possible. getting error Object variable not set (Error 91) code till now. Global driver ...
0 votes
0 answers
250 views

Pressing enter in content editable iframe inserts double spacing in IE11

Pressing enter in content editable iframe inserts double spacing in IE11. Works fine in other browsers, does anyone know how to fix it? frames["editiframe"].document.designMode="on"...
0 votes
0 answers
67 views

Recharts Newest Version crashing in IE11

Testing my website after updating to the newest version is failing. I have added in the resize-observer-polyfill. Now IE 11 gives me this error: Object doesn't support property or method '...
1 vote
0 answers
980 views

MutationObserver not observing in IE11 after using its disconnect function

My code is as below: var originalTitle = document.title.split("#")[0]; var testtar = document.getElementsByTagName('title')[0]; try{ document.attachEvent('...
0 votes
1 answer
318 views

IE mode with InternetExplorerDriver

Now Im using selenium version 4.8.1 With the following Code: var ieOptions = new InternetExplorerOptions { }; ieOptions.AttachToEdgeChrome = true; ieOptions....
0 votes
0 answers
88 views

SCRIPT5009: 'BMapGL' is undefined on IE11

Here is the code // src: https://lbsyun.baidu.com/jsdemo.htm#aCreateMap <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <meta ...
1 vote
0 answers
107 views

Can't connect to IndexedDB in Internet Explorer 11

My code: var indexedDB = window.indexedDB || window.webkitIndexedDB || window.mozIndexedDB; if(indexedDB) { const request = window.indexedDB.open("library", 1); let db; request....
0 votes
1 answer
165 views

Is Internet Explorer group policy setting "EnableGlobalWindowListInIEMode" available on Windows Server 2016 / 2019?

One of our applications runs as an ActiveX component and it required the use of Internet Explorer. As Internet Explorer has now been retired, the users now access the application using Edge in IE ...

15 30 50 per page