0
如何使用PowerShell執行鼠標點擊?Powershell,鼠標點擊
我創建了$KeyBoard
和$mouse
,但不確定一旦光標處於位置時如何讓鼠標點擊左鍵。
$KeyBoard = New-Object -ComObject wscript.shell
$mouse = [System.Windows.Forms.Cursor]::Position = New-Object System.Drawing.Point(675,150)
謝謝,我會檢查出來。 –