问题描述
Internet Explorer的最后几个版本允许Windows桌面(经典)应用程序控制IE(在某种程度上)。这种类型的自动化是否也可以在Microsoft Edge中使用? Microsoft Edge将不支持COM自动化界面(InternetExplorer)对象)。
对于自动化场景,我们的方向是支持跨浏览器支持的WebDriver界面。 WebDriver支持是在Windows 10上的Microsoft Edge中,并需要一个单独的可执行文件。
要了解功能,您可以参考,将使用最新的WebDriver命令保持最新。
The last several versions of Internet Explorer have allowed a Windows desktop (classic) application to control IE (to some extent) via COM automation. Will this type of automation also be available in Microsoft Edge? If so, will the Methods, Properties and Events be the same?
Microsoft Edge will not support the COM automation interface (InternetExplorer object) that you referred to.
For automation scenarios, our direction is to support of the WebDriver interface that is supported across browsers. WebDriver support is now available in Microsoft Edge on Windows 10 and requires a separate executable that you can download.
To get an idea of capabilities, you can refer to the Microsoft Edge WebDriver status page which will be kept up-to-date with the latest WebDriver commands available.
这篇关于Microsoft Edge是否支持COM自动化(InternetExplorer对象)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!