internet-explorer-11 相关问题

Internet Explorer 11(IE11)是Internet Explorer 10的后续版本。它于2013年10月17日针对Windows 8.1和2013年11月7日针对Windows 7正式发布

乌尔都语文本在某些计算机上的 Internet Explorer 中无法正确显示

我正在使用以下代码使用 Web 浏览器控件在 Microsoft Access Form 中生成图表,并且在大多数计算机上它运行得很好,包括 Windows 7 SP1 和 Windows 10 b...

回答 1 投票 0

简单 JavaScript 书签无法在 EDGE 兼容模式 ie11 上运行

我正在尝试运行以下 JavaScript 作为网站/webapp* 上的测试。 javascript: {window.alert("Hello World")} *此网站/网络应用程序强制 EDGE 浏览器在 IE11 上运行

回答 2 投票 0

Microsoft Edge 不断提示输入证书

我有一个使用证书(*.p12)来验证用户身份的应用程序。我希望能够在 Microsoft Edge(版本 42)和 Internet Explorer(版本 11)中使用它,但这些浏览器给了我

回答 1 投票 0

在 Azure DevOps 服务器中触发 Selenium 测试执行时,不会为 Internet Explorer 浏览器捕获屏幕截图

我们很少有使用 Selenium 和 C# 进行自动化的测试用例。我们需要在 Internet Explorer 11 中运行测试。测试用例在本地系统中完美执行,但是当我们使用 Az 远程运行测试时...

回答 1 投票 0

focus() 在 IE 11 中不起作用

我有以下 HTML: <%-sometext%> 我有以下HTML: <div id="blocked-layer-parent"> <textarea id="paint-textarea" placeholder="Enter text" autofocus><%-sometext%></textarea> <div id="blocked-layer"></div> </div> 在 IE 11 自动对焦 不起作用。我尝试使用像这样的 focus 函数: $("#paint-textarea").focus(); 或者这个: var textAreaElement = document.getElementById("paint-textarea"); setTimeout(function() { textAreaElement.focus(); }, 2100); 但是 textarea 在 IE 11 中没有获得焦点。我看了不同的决定(例如 jQuery focus() 有时在 IE8 中不起作用 和 focus 在 IE 中不起作用),但没有人不起作用。 感谢您的帮助。 P.S. textarea 的 placeholder 正在 IE 中转换为文本 (textelement)。我觉得很奇怪。在应用程序的其他模块中,我有 input 和 placeholder 用于搜索。这个占位符就像占位符一样(在输入字符后消失)。在一些显示 placeholder 的对话框发生文本转换并且搜索停止工作后。也许问题与此有关? 我在上尝试了纯html和js,它有效。也许 css 导致了这个问题。 在 DOMContentLoaded 事件中添加此代码(页面加载后) document.addEventListener("DOMContentLoaded", (e) => { document.getElementById("elementID").focus(); });

回答 2 投票 0

我无法在win11中使用IE11打开网站

我们仍然有一些基于旧框架设计的网站。 当我点击邮件中的超链接时,无法在Win11中的IE11中直接打开它。 我该如何解决这个问题? 谢谢。 我尝试设置

回答 1 投票 0

JavaScriptexecutor在selenium上设置属性值

我正在 IE11 上执行 selenium 自动化。现在对于一个元素,说 ele; ele.sendKeys(characters) 不能直接工作。所以我试图更改该值的“值”属性...

回答 1 投票 0

Edge IE 模式 - 本地组策略

我想出了如何为我自己的本地测试设置本地组策略...通过 gpedit... 本地计算机策略 --> 管理模板 --> Microsoft Edge 配置 Internet Explorer 集成...

回答 2 投票 0

在 Windows 10 上强制打开 Internet Explorer 11 而不是 Edge

我知道 IE11 已停用,不建议使用,但我需要它。 我们有一个测试实验室(与互联网隔离),用于一些运行 Windows 10 企业版的 Windows 10 电脑(用于旧版应用程序)

回答 1 投票 0

Internet Explorer 11 快捷方式

我有这个vbs脚本 设置 IE = WScript.CreateObject("InternetExplorer.Application", "IE") IE.导航“https://mail.yahoo.com/” IE.Navigate2“https://hotnews.ro...

回答 1 投票 0

jQuery 无法在 IE11 上运行,但可以在 Chrome、Firefox 和 Edge 上运行?

我的脚本在除 IE11 之外的所有其他浏览器上都运行良好。例如 jQuery('#btnblacklist').click(function(){ jQuery('#popUpBlackList').css("显示","阻止"); jQuery('.cover').css('

回答 1 投票 0

Edge 和 IE11 上的长输入模式验证失败

我正在检查电子邮件字段,以在末尾使用这些 TLD 的长列表来包含任何接受的域名 领域 这是一个缩短版本...

回答 1 投票 0

IE11 下拉项目突出显示但不应该

我正在开发一个存在 IE11 特定问题的项目,并且认为您可以提供帮助。 当我在 Chrome 中并在下拉列表中选择一个项目时,所选项目不会突出显示:...

回答 1 投票 0

docker 文件 pip 安装在本地

这是我的 docker 文件: 工作目录/扫描 运行 pip 安装 pymongo 运行 pip install netmiko 运行 pip install pyats[完整] ENV测试台= ENV arr= # ENV 设备= # 环境 ID= 复制 。 /扫描 入口点 ["pyth...

回答 1 投票 0

div 内容到图像

这是我的代码,我使用IE 11在我的项目上进行测试,下载功能不起作用。我想让它下载内容到图像,请帮我解决方案,谢谢: 这是我的代码,我使用IE 11在我的项目上进行测试,下载功能不起作用。我想让它下载内容到图像,请帮我解决方案,谢谢。: <!DOCTYPE html> <html> <head> <title>Save Page Content as Image</title> <style> /* Styles for the content to be captured */ #contentToCapture { width: 400px; padding: 20px; background-color: lightgray; } </style> </head> <body> <div id="contentToCapture"> <h1>Sample Content</h1> <p>This is the content you want to capture and save as an image.</p> </div> <button id="captureButton">Capture and Save as Image</button> <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/html2canvas/1.3.2/html2canvas.min.js"></script> <script> $(document).ready(function() { // Click event handler for the capture button $('#captureButton').click(function() { // Get the element you want to capture var elementToCapture = document.getElementById('contentToCapture'); // Use html2canvas to render the element as a canvas html2canvas(elementToCapture).then(function(canvas) { // Convert the canvas to a data URL var dataUrl = canvas.toDataURL(); // Create a link to trigger the download var link = document.createElement('a'); link.href = dataUrl; link.download = 'captured-content.png'; link.click(); }); }); }); </script> </body> </html> 我正在使用 IE 11 来测试我的项目,下载功能不起作用。我想让它下载内容到图像,请帮我解决方案,谢谢。 尝试从数据 URL 转换为 Blob 对象,然后使用 msSaveOrOpenBlob 方法触发下载。以下是修改代码以使其在 IE 11 中运行的方法: <!DOCTYPE html> <html> <head> <title>Save Page Content as Image</title> <style> /* Styles for the content to be captured */ #contentToCapture { width: 400px; padding: 20px; background-color: lightgray; } </style> </head> <body> <div id="contentToCapture"> <h1>Sample Content</h1> <p>This is the content you want to capture and save as an image.</p> </div> <button id="captureButton">Capture and Save as Image</button> <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/html2canvas/1.3.2/html2canvas.min.js"></script> <script> $(document).ready(function() { // Click event handler for the capture button $('#captureButton').click(function() { // Get the element you want to capture var elementToCapture = document.getElementById('contentToCapture'); // Use html2canvas to render the element as a canvas html2canvas(elementToCapture).then(function(canvas) { // Convert the canvas to a Blob object canvas.toBlob(function(blob) { // Create a temporary anchor element to trigger the download var link = document.createElement('a'); link.href = window.URL.createObjectURL(blob); link.download = 'captured-content.png'; // For IE 11 if (window.navigator.msSaveOrOpenBlob) { window.navigator.msSaveOrOpenBlob(blob, 'captured-content.png'); } else { // For other browsers link.click(); } }); }); }); }); </script> </body> </html>

回答 1 投票 0

nuxt i18n 无法在 IE 中运行并抛出 SCRIPT1006:应为 ')'

我正在尝试使 nuxt-i18n 适用于 IE 文档模式 11。 SCRIPT1006:应为“)” 我从这个链接看到 nuxt-i18n 修复了 6.23.0 版本中与脚本错误相关的问题, 嗯……

回答 0 投票 0

MutationObserver 在使用其断开连接功能后未在 IE11 中观察

我的代码如下: var originalTitle = document.title.split("#")[0]; var testtar = document.getElementsByTagName('title')[0]; 尝试{ 文档.attachEvent('

回答 0 投票 0

带有 InternetExplorerDriver 的 IE 模式

现在我使用的是 selenium 4.8.1 版 使用以下代码: var ieOptions = new InternetExplorerOptions { }; ieOptions.AttachToEdgeChrome = true; 即选项。

回答 1 投票 0

IE11由于Webpack + React + TypeScript长时间运行脚本错误,导致IE11没有响应。

我正在使用webpack 4.*来捆绑我的react 16.*和typecript 3.*项目!在我们心爱的internet explorer 11上,我得到:不响应长期运行的脚本错误和项目永远不会加载。在我们心爱的internet explorer 11上,我得到:不响应长期运行的脚本错误和项目永远不会加载......都在......

回答 1 投票 0

IE11在加载打印预览时重新请求内容时,没有发送表单验证cookie。

这个请求是关于Internet Explorer版本11.778.18362.0 我有一个ASP.NET Web应用程序,在网页上显示一些文本和图像。一切都很好,但是当页面加载到...

回答 1 投票 0

© www.soinside.com 2019 - 2024. All rights reserved.