iT邦幫忙

0

power shell xpath 問題

  • 分享至 

  • xImage

Create an Internet Explorer object

$ie = New-Object -ComObject 'internetExplorer.Application'
$ie.Visible= $true # Make it visible

Open websites

$ie.Navigate("www.linkedin.com")

wait 4 sec

while ($ie.Busy -eq $true){Start-Sleep -seconds 4;}

這段要怎麼 用 XPATH寫 基本上getElementByID都滿難抓的 有啥好辦法?

$usernamefield = $ie.Document.getElementByID('session_key-Login')
$usernamefield.value = 'YouEmailAddress@gmail.com'
$passwordfield = $ie.Document.getElementByID('Session_password-login')
$passwordfield.value = 'YouP@ssword'
$link=$ie.Document.getElementByID('signin')
$link.click()

圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友回答

立即登入回答