[請益] autoit怎樣抓網頁裡的元件?

看板EZsoft (小軟體)作者 (飄萍)時間18年前 (2008/03/23 12:11), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串1/1
例如 #include <GUIConstants.au3> #include <IE.au3> $oIE = _IECreateEmbedded () GUICreate("google", @DesktopWidth*0.85, @DesktopHeight*0.85) $GUIActiveX = GUICtrlCreateObj($oIE, 0, 0, @DesktopWidth*0.85,_ @DesktopHeight*0.85) $portalmenu = GUICtrlCreateMenu ("&Portal") $portalitem = GUICtrlCreateMenuitem ("gmail",$portalmenu) _IENavigate($oIE, "http://www.google.com/") (後面省略) 我想要按下選單的gmail後 會連到http://mail.google.com/mail/?hl=zh-Tw 然後在使用者名稱和密碼這兩格輸入帳密 然後按下登入按鈕 請問應該怎麼做呢? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.112.212.163

03/24 21:24, , 1F
我有在用AutoIt 可是對AutoIt的IE函式庫不熟.....
03/24 21:24, 1F
文章代碼(AID): #17vTX-3f (EZsoft)
文章代碼(AID): #17vTX-3f (EZsoft)