如何在text 验证中加入通配符?急问
有下面这么一段代码,是用来验证一个提示框的text值,text值是
Create Customer: 123, 因为现实中每次的cunstomer name都会变化,我希望把123用通配符取代,可以怎么操作呢?
我试过了,直接用*取代不成功。先谢过各位。
[-] VBForm("SC").DialogBox("MessageBox").VerifyProperties ({...})
[ ] ""
[ ] {}
[-] {...}
[-] {'StaticText ("Create Customer: 123")', {...}}
[ ] {"Text", "Create Customer: 123"}
搜索更多相关主题的帖子:
通配符 text 验证