现在将停止使用Internet Explorer,在Windows 10 Scripting Host(.vbs)中如何创建一个对象来控制Edge实例?
Dim oIE
Set oIE = CreateObject("InternetExplorer.Application")
答案 0 :(得分:2)
您应该使用WebDriver自动测试Edge浏览器。
webdriver / selenium上的文档在这里 - https://msdn.microsoft.com/en-us/library/mt188085(v=vs.85).aspx。