当我尝试在硒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 [最新版本]中删除特殊字符