131425god 发表于 2014-6-12 13:18:21

求助属性的转义是否有问题,一直通不过

以下是对一个对象的定义,其中问题出在第三句。
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?

ermine 发表于 2014-6-12 16:52:21

以下是对一个对象的定义,其中问题出在第三句。
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

131425god 发表于 2014-6-13 08:52:25

回复 2# ermine


    我试试

131425god 发表于 2014-6-13 08:57:14

回复 2# ermine


    谢谢,我试试

131425god 发表于 2014-6-13 09:03:03

可以了,谢谢版主
页: [1]
查看完整版本: 求助属性的转义是否有问题,一直通不过