1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-02-01 13:07:49 +02:00

9 lines
216 B
Plaintext
Raw Normal View History

LET url = @lab.cdn.static + '/value.html'
LET page = DOCUMENT(url, true)
LET element = ELEMENT(page, '.tablesorter')
LET actual = XPATH(element, "//input[contains(@type, 'hidden')]")
T::LEN(actual, 40)
RETURN NONE