python selenium使用js方法点击页面

xp = '//*[@class="page-next"]'
button = self.driver.find_element_by_xpath(xp)
self.driver.execute_script("arguments[0].click();", button)

你可能感兴趣的:(selenium常用方法,selenium,python)