function main(splash, args) assert(splash:go(args.url)) assert(splash:wait(5.0)) assert(splash:runjs('document.querySelectorAll("button.btn.btn-primary.btn-show-rates")[0].click()')) assert(splash:runjs('document.querySelectorAll("button.btn.btn-primary.btn-show-rates")[1].click()')) assert(splash:runjs('document.querySelectorAll("button.btn.btn-primary.btn-show-rates")[2].click()')) splash:set_viewport_full() return { html = splash:html(), }