判断
如下脚本:msgbox browser().page().webelement().GetROProperty("innertext")
If browser().page().webelement().GetROProperty("innertext") = ".*ID已被使用.*" then
msgbox "pass"
else
msgbox "fail"
end if
其中browser().page().webelement()是同一对象,
msgbox browser().page().webelement().GetROProperty("innertext")结果为1.jpg
判断语句结果为2.jpg
这是为什么啊,我觉得应该"pass"才对啊! 想通了!
弱了:L
页:
[1]