Excel精英培训网

 找回密码
 注册

不变的网页元素属性--Name

已有 542 次阅读2016-5-22 21:53

ProcessID=Plugin.Web.Bind("WQM.exe")
Delay 500
If ProcessID=0 then
  MessageBox "网页按键精灵没有运行"
  EndScript
End If
Call Plugin.Web.Tips("脚本开始运行")
Call Plugin.Web.SetSize(1600,916)
Call Plugin.Web.Go("http://www.excelpx.com/home.php?mod=spacecp&ac=profile")
Call Plugin.Web.ScrollTo(0,0)
Delay 500
Call Plugin.Web.HtmlSelect("5","name:questionid")
Sub OnScriptExit()
  Call Plugin.Web.Tips("脚本停止运行")
End Sub

评论 (0 个评论)

小黑屋|手机版|Archiver|Excel精英培训 ( 豫ICP备11015029号 )

GMT+8, 2024-6-26 11:43 , Processed in 0.096463 second(s), 5 queries , Gzip On, Yac On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

返回顶部