使用Internetexplorer com对象如何模拟拖放?

时间:2015-03-24 09:36:07

标签: html5 internet-explorer powershell com drag-and-drop

有很多使用JQuery的例子,但我找不到使用Internet Explorer的com界面模拟拖放的示例代码。

enter image description here

$ie=New-Object -ComObject internetexplorer.application  
$ie.Visible=$true
$ie.Navigate("http://www.asharepointsite.com")
那么什么?从web开发工具中,drop事件似乎由body处理,所以我尝试$ie.Document.body.dragDrop()但响应是 False

子问题,如何在必要时使用开发工具检查元素" over"它?

0 个答案:

没有答案