我已经成功地将 JMeter 的 XPath 提取器用于网站的各个页面。到目前为止,我已经能够使用以下 XPath 表达式提取链接:
//div[@class='example']/a/@href
在一个非常相似的页面上,我无法检索相同的链接,即使它们仍然位于与上述相同的 div 结构中。我添加了一个XPath Assertion
并得到了以下 SAXException:
SAXException:3 字节 UTF-8 序列的字节 2 无效
任何人都可以帮助我了解发生了什么。
XPath Extractor settings:
-------------------------
- Apply to: Main sample only
- XML parsing options:
Use Tidy (tolerant parser) = true
Quiet = true
提前致谢。
编辑:我正在解析 HTML