【发布时间】:2018-09-06 18:23:37
【问题描述】:
我可以打开 Internet Explorer 这样做,是否可以用 firefox 做同样的事情?
$ie = new-object -comobject InternetExplorer.Application;
$ie.visible = $true;
#$ie2 = $ie.Width = 200;
$ie.top = 0; $ie.width = 1000; $ie.height = 600 ; $ie.Left = 200;
$ie.navigate('https://google.com');
【问题讨论】:
标签: powershell firefox