Forum Discussion
EricDeferm
Jul 16, 2019Steel Contributor
Script to launch browser - Access other browsers (then MSIE) as comboject
I'm a newbe in PowerShell, so forgive me my ignorance. We discovered a PS script to measure the load time of SharePoint pages (Intranet home & other main pages). The script actually launches a browse...
VasilMichev
Jul 16, 2019MVP
I'm afraid it's not that simple. Chrome and other browsers don't have COM interfaces, it's mainly Microsoft's products that offer this functionality. You have to use whichever automation method is used by the respective browser.