A
Size: a a a
A
A
A
✏d
VB
✏d
✏d
A
A
A
function main(splash)
local url = splash.args.url
assert(splash:go(url))
assert(splash:wait(2))
splash:set_viewport_full()
local search_input = splash:select('#ancPaging_999001000')
for var=1,20 do
assert(splash:wait{1,cancel_on_error=true})
local submit_button = splash:select('#ancPaging_999001000')
submit_button:click()
assert(splash:wait(1))
end
return {
html = splash:html(),
png = splash:png(),
}
end
AR
A
A
AR
A
S