Я пытаюсь нажать на эту ссылку (рядом с ней есть значок с кнопкой загрузки) "Сохранить / Распечатать этот счет (pdf)
Я ценю любую помощь, так как этопоследние шаги и заранее спасибо.
Я пытался:
($ ie.Document.IHTMLDocument3_getElementByID ('save_desktop') | select -first 1) .click ()
($ ie.document.getElementById ("save_desktop") | select -first 1) .click ()
Из проводника DOM:
> <span class="tip ng-binding" id="save_desktop" style="color: black
> !important;">Save / Print this bill (PDF)</span>
>
> <i class="cus-icon-download"></i> (This is the button beside the
> link as well which would give the drop down options)
Ошибка в PS:
($ ie.document.getElementById ("save_desktop") | select -first 1) .click () Исключение из HRESULT: 0x800A01B6 В строке: 2 символа: 1 + ($ ie.document. getElementById ("save_desktop") | select -first 1) .click ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo: OperationStopped: (:) [], NotSupportedException +FullyQualifiedErrorId: System.NotSupportedException