scrapinghub / splash

Lightweight, scriptable browser as a service with an HTTP API
BSD 3-Clause "New" or "Revised" License
4.04k stars 507 forks source link

splash:select with xpath not working #1163

Open mjcc30 opened 1 year ago

mjcc30 commented 1 year ago

Hi, I am trying to select next button in quotes.toscrape.com site, with xpath selector but it does work.

here an exemple with css and xpath image

is there a way to do this?

Thank you !

minispeck commented 1 year ago

splash:select is only for css per the docs:

https://splash.readthedocs.io/en/stable/scripting-ref.html#splash-select

i do not see a way to do this with xpath just skimming the docs but i do not know lua at all