Skip to main content

All Questions

0 votes
1 answer
52 views

Getting 'object doesn't support property or method "evaluate" ' in selenium | IE

I am automating a web app on IE(Internet Explorer) browser. I am getting the below error when I am trying to find any element on the page after the page is loaded. selenium.common.exceptions....
subham chomal's user avatar
0 votes
0 answers
86 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 ...
tek ted's user avatar
1 vote
1 answer
905 views

Redirecting from edge ie11 compatibility mode site

We have a react app which is added in enterprise edge ie11 mode, this is opening perfectly in ie11 mode but from this app when we do a redirection to an external authentication provider, that portal ...
Sathish Kumar's user avatar
0 votes
2 answers
431 views

High memory leakage is observed in EDGE IE11 mode as compared to IE with Selenium

Recently, we have upgraded our Selenium version from 2.53 to 4.1.2 to enable testing of our application on MS EDGE IE11 mode. The reason behind running our application on EDGE IE11 mode is because IE ...
Gaurank Verma 's user avatar
0 votes
0 answers
328 views

Alternative to Internet Explorer/ActiveX for creating a username/password prompt popup?

For several years now, I've been using the Javascript function below to have Internet Explorer generate a username and password prompt by using ActiveX. Now that Internet Explorer is about to be ...
Leslie's user avatar
  • 618
0 votes
0 answers
218 views

innerText returns value of "value" attribute in Internet Explorer but not in Chrome [closed]

When I set value of an element via script textAreaObject.value = "some text" and try to get text of this object via textObject.innerText Internet Explorer 11 returns "some text" ...
d.c's user avatar
  • 77
-1 votes
1 answer
384 views

IE11 polyfills don't work for React app. Why?

In IE11 I get these errors: But i have react-app-polyfill installed and imported in index.js first line:
Никита Толстиков's user avatar
0 votes
1 answer
956 views

Any Workarounds for WebP on Internet Explorer?

Currently working on a new website for my workplace, I was asked to make it faster and more optimized, so I decided to use WebP for all the images to reduce on loading times, the only downside is, we ...
user18098728's user avatar
0 votes
0 answers
213 views

Endless Refresh loop of ASP.NET Core 6 MVC pages with Internet Explorer 11

I have an ASP.NET Core 6 MVC site that works fine in all browsers except IE11. I have a suspicious comportement in all pages, it reloads each page indefinitely, but when I click inside the page, it ...
kaisfarza's user avatar
0 votes
0 answers
53 views

Interzone interaction in Internet Explorer with WebSockets

There are a big web application on Sharepoint and "third-party" application as a bundle. Bundle sends requests on the other server than the whole application. Bundle sends HTTP and websocket ...
pav's user avatar
  • 99
5 votes
1 answer
2k views

tailwindcss: Force tailwind to use compatible rgb syntax?

I'm porting an app using tailwindcss to work with IE11. Unfortunately, tailwindcss insists on generating colors using the modern W3C CSS Color Module Level 4 rgb() syntax, which does not appear to be ...
henrikl's user avatar
  • 529
0 votes
1 answer
517 views

Is it possible to make a website that only works properly in Internet Explorer 11?

I know this is counterintuitive to the norm and would raise some eyebrows but I'm planning on making an easter egg of sorts for my circle of friends and want the website I'm making to only be ...
user9564371's user avatar
0 votes
1 answer
210 views

Powershell 7 and IE automation Error 0x800A01B6

To start this off, Slenium WebDriver is not an option due to it requiring approval to run and I am locked to the Windows environment. In addition, the site tool I am accessing is old and only works in ...
MBernat's user avatar
0 votes
1 answer
1k views

Links from internet explorer 11 not working in edge

In reporting services I have reports which contains links to attachments: -When i using IE11 and clicking links everything is working fine -but when i do the same in edge we have no reaction, when we ...
Hw3zs's user avatar
  • 7
0 votes
1 answer
162 views

How to assign Object assign and map function together in IE 11

I have sample code that works fine in Chrome but IE11 has problem because of Object.assign method and => sign. Here is my code below and I don't know how to design it for IE11: let dictionary = ...
Himelu5's user avatar
  • 15

15 30 50 per page
1
2 3 4 5
71