Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
需要在运行时设置对象的属性。但是,属性值需要某些正则表达式。例如 -
Browser("IE").Page("newpage").WebElement("First").Settoproperty "innertext", "over.*"
似乎这是不可能的,除非通过 OR 设置它。有任何想法吗 ?
你是对的,SetTOProperty不支持正则表达式。如果你想使用正则表达式,你应该使用默认使用正则表达式的描述性编程(尽管它们可以被关闭)。
SetTOProperty