|
5#
楼主 |
发表于 2008-7-14 13:23:47
|
只看该作者
贴上代码如下:
- Browser("Browser").Page("Platform").Link("修改").Click
- Browser("Browser").Page("Platform_3").Link("修改密码").Click
- Browser("Browser").Page("Platform_3").WebEdit("password").Click
- Browser("Browser").Page("Platform_3").WebEdit("password").SetSecure DataTable("password", dtLocalSheet)
- Browser("Browser").Page("Platform_3").WebEdit("password").Output CheckPoint("password")
- Browser("Browser").Page("Platform_3").WebEdit("repassword").Click
- Browser("Browser").Page("Platform_3").WebEdit("repassword").SetSecure DataTable("password", dtLocalSheet)
- Browser("Browser").Page("Platform_3").WebButton("修改").Click
复制代码 |
|