38,829 questions
0
votes
0
answers
33
views
Internet Explorer allows access to local file system? [closed]
I'm having exactly this situation (https://stackoverflow.com/a/78355416/20013775): a web app that refers to files in shared folders on network drives. Browsers don't allow web sites to access local ...
-3
votes
1
answer
63
views
Can I block MS IE5-11 from seeing my CSS and just display my pages unstyled? [closed]
My webpage https://skyeshepherdhuts.co.uk appears so broken in Internet Explorer 11 that I would like to show it unstyled when IE <= 11 is being used. With earlier versions of IE, I would have ...
0
votes
0
answers
177
views
How can I add or restore the DiagnosticHub.StandardCollector.Service to fix “The network collection agent failed to start” in IE Developer Tools?
I’m trying to inspect network traffic using Internet Explorer (IE) Developer Tools, but when I click on the “Network” tab, I receive the error:
"The network collection agent failed to start.&...
0
votes
2
answers
272
views
How do I view cookies in Microsoft Edge for pages opened in IE mode?
I'm working on a legacy Intranet website that needs IE to display correctly.
Users have raised an issue that appears to be linked to cookies.
So I'm duly going into Settings->Cookies and site ...
0
votes
0
answers
83
views
In my Excel VBA I try to fill an input field of a web page form, but get always "Automation Error-Interface not found"
In my Excel vba I try to fill an input field of a web page form, but get always "Automation Error-Interface not found". The input field's id is "network" that I can easily get ...
1
vote
1
answer
61
views
VBA check if DIV exists or not
I'm trying to determine if a DIV exists in the html or not. In this instance the DIV only shows if a person does not have access to a URL that is being scraped.
I have this.
Dim ie As ...
0
votes
0
answers
34
views
When using wscript (COM automation) to control IE, why can't I click() a button, yet it works in the IE dev console?
I have a flaky wifi access point that I'd like to automate to reboot every night.
It has a typical web interface for administration, and I want to use cscript / wscript to automate IE 11 to reboot the ...
0
votes
1
answer
240
views
IE compatibility mode in Microsoft Edge is not working in Windows 11 using Selenium Java
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.ie.InternetExplorerDriver;
import org.openqa.selenium.ie.InternetExplorerOptions;
public class Main {
...
0
votes
2
answers
55
views
Javascript onfocusout Uncaught TypeError
I have page where I want to force user to input certain pre defined values in a text box and if he does not inout those chosen values, focus is shifted back to that text box till user chooses one of ...
0
votes
1
answer
122
views
Powershell script to enable the cookies in Internet Explorer
We are creating a Windows EC2 instance, installing gateway in pipeline and then registering Microsoft on-premises gateway manually. While registering the gateway, it expects cookies enabled in IE. We ...
0
votes
0
answers
117
views
PNG image encoded in base64 shows in IE and doesn't show in chromium browsers
I have that html code with base64 image:
<div class="Section">
<img
style="position:relative; top:10;"
src="data:image/png;base64,...
0
votes
1
answer
274
views
cursor offset while editing code in leetcode.com by edge
one day I find the cursor didn't emege in the right place in my code editor in leetcode.com by microsoft edge, while when I use the chrome to try,the problem vanished. Because I used to use edge as my ...
-1
votes
1
answer
95
views
Same code used in Internet Explorer navigate has different results
The issue that I'm facing is that in two different Excel macros in different Workbooks I use the Internet Explorer navigate with a string variable for the URL.
The codes are similar for the IExplorer ...
0
votes
0
answers
85
views
Need VBA code to retrieve ALL data from a webpage
I’m trying to retrieve a list of attendees to an event on a webpage. If I use a browser, to the webpage, right click, and choose View Page Source I can see the names of the attendees.
I need to do ...
1
vote
2
answers
142
views
Where and how Internet Explorer stores desktop icons for hyperlinks
When a website is opened in Internet Explorer and the URL is dragged from the address bar onto the Windows' desktop, an icon is created. The image of this icon in most cases looks like the website's ...