求助属性的转义是否有问题,一直通不过
以下是对一个对象的定义,其中问题出在第三句。Set DevelopmentDescriptionWebElement=description.Create()
DevelopmentDescriptionWebElement("html tag").value= "BODY"
DevelopmentDescriptionWebElement("outerhtml").value= "<BODY style=\"WORD-WRAP\:break-word\"contentEditable=true><\/BODY>"
Error in library file. Your function library may not be valid.
Do you want to continue running the test? 以下是对一个对象的定义,其中问题出在第三句。
Set DevelopmentDescriptionWebElement=description.Crea ...
131425god 发表于 2014-6-12 13:18 http://bbs.51testing.com/images/common/back.gif
VBS里,斜杆不是转义。
如果你想赋值双引号,可以用Chr(34)
比如DevelopmentDescriptionWebElement("outerhtml").value = "Hello " & Chr(34) & " World"
值就是Hello " World 回复 2# ermine
我试试 回复 2# ermine
谢谢,我试试 可以了,谢谢版主
页:
[1]