Powershell Web Page Automation works on Internet, not Intranet

后端 未结 3 1029
甜味超标
甜味超标 2020-12-17 06:40

I\'m trying to do some simple automation with Powershell, pulling link URLs from one of our company\'s local intranet pages, and then doing some work with those URLs. Eventu

3条回答
  •  甜味超标
    2020-12-17 07:26

    Use

    $ie.Document.documentElement.getElementsByClassName("underline")
    

    and enjoy .....

提交回复
热议问题