Will Microsoft Edge support COM automation (InternetExplorer object)?

后端 未结 1 505
南笙
南笙 2020-12-01 11:19

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 auto

相关标签:
1条回答
  • 2020-12-01 12:02

    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 page which will be kept up-to-date with the latest WebDriver commands available.

    0 讨论(0)
提交回复
热议问题