I updated Selenium to 4. I test legacy app that runs only on IE. Now IE will be closed down and I need to switch to MS Egde in capability mode. My tests during
I have an old webpage with VBScript. We are testing edge browser compatibility in ie mode. Computer Configuration > Administrative Templates > Windows Co
When IE gets removed from Windows, will this impact XMLHTTP60 and my Excel VBA code? How could one confirm?
We are migrating from IE 8 to Edge browser, Below is the code working in IE 8, to load one file, but not in Edge. if(window.ActiveXObject){ var
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 sa
I'm running Selenium via a Jenkins Maven job. The job is running on a separate Jenkins agent without a remote desktop session open to it. When I run in Selenium
I want to choose only folders when I'm clicking browse button. In my project I'm using IE for some reasons. I searched some forums but I didn't find any useful
I am using Internet Explorer driver 4.0.0(32bit) and selenium updated version 4.1.2when I run the code using Internet Explorer driver 4.0.0 it is stuck at This
How one can communicate with Mettler toledo IND780 device for reading weight through browser application through javascript. I know ActiveXObject will work with
I have 2 files index.jsp and index.js index.jsp file as below <%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" language="java"%> <
I'm using background-blend-mode on my page but IE doesn't support it. How can I solve this? My page on Chrome/Firefox: My page on IE: My CSS: div#backgr
I'm having some difficulties with my current task. It happens that I'm building some HTML pages and I want to transfer data from one to another. I'm using "ses
I want to hide the options for a select tag and below is the code I have written. This works well with Chrome and Firefox but not with IE. <style>
I can't remove inset borders from object elements in IE11. They don't appear in any other browser or version of IE as far as I can tell. See the attached screen
I'm having a problem with PDF showing in front of the properties panel in IE but not in Chrome. in IE in Chrome tried using z-index but had no success using ang
I was surfing and saw this css property which I have never seen or used before. I think it is related to Internet Explorer, and the structure is something like
I've taken several online courses lately and I still see some instructors add the following meta tag to the top of their documents by default: <meta http-equ
From what I understand, the remove() function is not supported in IE. I have a JS function that creates a div and appends it to an existing list.The div contai
I have written a code for web data downloading using selenium VBA, it works good in Firefox, but many time Firefox is crashing. I tried to launch chrome/IE from
I'm trying to get the document title to blink whenever there's an incoming message. I was able to get the title to blink properly, however the problem I'm runni