Selenium ide错误:..div是:[对象文本]。应该是一个要素

时间:2019-06-07 13:19:11

标签: selenium selenium-ide

当我尝试在硒IDE中使用xpath时出现以下错误

尝试。 :1

store text | //span[@id='caption2_h-a1']/descendant::node()[not(node())] | result 

The result of the xpath expression "//span[@id='caption2_h-a1']/descendant::node()[not(node())]" is: [object Text]. It should be an element.

尝试2:

store text | //span[@id='caption2_h-a1'] | result 

如果我尝试仅将//span[@id='caption2_h-a1']用作xpath,则会收到json解析错误,因为结果中包含<br> or \n

如何从结果硒IDE [最新版本]中删除特殊字符

类似的问题:https://github.com/SeleniumHQ/selenium/issues/6858

0 个答案:

没有答案