If checkP1 = true Then
Browser("Blog@35.com").Page("Blog@35.com").WebEdit("user_openid").Set 22222
Browser("Blog@35.com").Page("Blog@35.com").WebButton("Input").Click
End if
wait (1)
If Browser("Blog@35.com").Page("登录 - Blog@35").Exist(2) = true Then
'Reporter.ReportEvent micDone, "不存在的用户", "不存在的用户"
xlsheet.cells(1,3) = "执行成功,改步骤执行的是:输入不存在的帐号"
End If
Browser("Blog@35.com").Page("登录 - Blog@35").Link("首 页").Click
xlbook.SaveAs "d:\result.xls"
xlapp.application.quit
Set xlapp = nothing