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
0 votes
1 answer
45 views

How to automate Internet Explorer in Window 10?

I am trying to set values and retrieve values from the webpages of internet explorer in windows 10 using these codes- WinGet, hWnd, ID, A oWB := WBGet("ahk_id " hWnd) oWB.document.all(55)....
3 votes
1 answer
5k views

Microsoft Edge Keeps Prompting For Certificate

I have an application that uses certificates (*.p12) to authenticate users. I want to be able to use it in Microsoft Edge (version 42) and Internet Explorer (version 11), but these browsers give me ...
6 votes
6 answers
13k views

I can't start Internet Explorer 11, always Edge is opened in Windows 10

I have to test a product on Internet Explorer but when I try to start it always Edge browser is opened. I tried to set IE as default browser but did not help. I try to set Chrome or Firefox as default ...
0 votes
1 answer
208 views

When Selenium test execution is triggered in Azure devops server screenshots are not captured for Internet explorer browser

We have few test cases automated using Selenium and C#. We need to run our tests in Internet Explorer 11. Test case executes perfectly in local systems but when we do the test run remotely using Azure ...
1 vote
2 answers
4k views

focus() doesn't work in IE 11

I have the following HTML: <div id="blocked-layer-parent"> <textarea id="paint-textarea" placeholder="Enter text" autofocus><%-sometext%></textarea> <div id="...
0 votes
1 answer
2k views

Edge IE Mode - Local Group Policy

I figured out how to set Local Group Policy for my own local testing...via gpedit... Local Computer Policy --> Administrative Templates --> Microsoft Edge Configure Internet Explorer ...
4 votes
0 answers
137 views

nuxt i18n not working in IE throwing SCRIPT1006: Expected ')'

I am trying to make the nuxt-i18n work for IE document mode 11. SCRIPT1006: Expected ')'
0 votes
2 answers
2k views

<span style="font-weight: 100 !important;"> does not have any effect on the UI

I am using IE 11 and I do have the following HTML: <tr bgcolor="#eeeeee" bordercolor="#000000" valign="top"> <td bordercolor="#eeeeee" align=&...
0 votes
1 answer
481 views

Long input pattern validation fails on Edge and IE11

I am checking a email field to include any of the accepted domain names at the end using a long list of those TLDs in the pattern attribute of the <input> field Here is a shortened version ...
0 votes
2 answers
493 views

docker file pip install locally

this is my docker file: WORKDIR /scan RUN pip install pymongo RUN pip install netmiko RUN pip install pyats[full] ENV Testbed= ENV arr= # ENV device= # ENV id= COPY . /scan ENTRYPOINT ["python3&...
0 votes
1 answer
80 views

div content to image

This is my code, I am using IE 11 for testing on my project, and the download function did not work. I want to make it download the content as images, please help me find the solution, Thanks.: $(...
1 vote
1 answer
436 views

Angular 12, IE 11, @@toPrimitive must return a primitive value

After a fresh install of npm packages (deleted node_modules and package.lock.json) polyfills-es5 file started having additional code to define _toPrimitive function And when I load the app in IE I ...
0 votes
1 answer
723 views

After using Navigator.geolocation API on IE 11, How do we prevent HTTP POST to inference.location.live.net?

We have started using Navigator.geolocation API on IE 11 with HTML 5 and started seeing a HTTP POST call is being made from no where to the URL "https://inference.location.live.net/inferenceservice/...
1 vote
2 answers
9k views

Getting Error "Object doesn't support property or method 'attachEvent'" in IE11 but work in IE8, IE9, IE10

I am working on Java doFilter Popup and open iFrame jQuery popup with URL which called SAP. My code is working for Chrome, Mozilla firefox, IE8, IE9 and IE10 but I am getting a: Object doesn't ...
0 votes
0 answers
88 views

AutoScroll on Button Click (Outlook Web Add-in 2013 & 2016 & 2019 volume licensed)

In our Microsoft certified Outlook Web Add-in, when clicking on a button in our react add-in, the add-in "jumps" to the top of the page. That is pretty much the summary of the issue. I ...

15 30 50 per page