1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-16 11:37:36 +02:00
ferret/examples/value.fql

4 lines
143 B
Plaintext
Raw Normal View History

LET doc = DOCUMENT("https://www.google.com/search?q=foobar", { driver: "cdp" })
LET input = ELEMENT(doc, 'input[name="q"]')
2018-09-27 23:19:55 +02:00
RETURN input.value