A
Size: a a a
A
A
script = """
function main(splash)
btn = splash:select('#wcpt_7ad34b351423b8bd_1_wrapper > div > div.wc-product-table-below.wc-product-table-controls > div > a.paginate_button.next')
btn:mouse_click()
end
"""
next_page = response.xpath("//a[@id='tblupdates_next']/text()").get() # pagination
print(next_page)
if next_page != None:
print(next_page)
yield SplashRequest(self.parse,
endpoint='execute', args={'lua_source': script})
A
AR
AR
AR
✏d
✏d
К
✏d
К
К