Puppeteer中的XPath表达式而不是CSS选择器?

时间:2017-11-21 12:12:45

标签: javascript xpath puppeteer google-chrome-headless

例如document.querySelectorAll适用于CSS选择器,但我如何使用XPath表达式呢?

2 个答案:

答案 0 :(得分:3)

他们刚刚发布了此功能:)

page.xpath(表达式)

  

表达式insert into customer_data (customer_index, customer_id, transaction_date) values (1,2,'2018-01-01 00:00:00.000000') insert into customer_data (customer_index, customer_id, transaction_date) values (1,2,'2017-05-12 00:00:00.000000') 要评估的表达式

     

返回:<string>解析为的Promise   ElementHandle指向页面元素。

查看here

答案 1 :(得分:1)

这是一个existing issue对木偶剧的git回购开放。

在此跟踪进度:https://github.com/GoogleChrome/puppeteer/issues/537