def Transfer_Clicks(browser):
try:
browser.execute_script("window.scrollBy(0,document.body.scrollHeight)", "")
# ???????Javascript??????????????
# browser.execute_script("window.scrollBy(0,5)", "")
# ????200?????????????
# ActionChains(browser).move_by_offset(0,-80).perform()
# ??????80??????????
# ActionChains(browser).click().perform()
# ??????
# ActionChains(browser).key_down(Keys.TAB).perform()
# ??tab????
# ActionChains(browser).send_keys(Keys.ENTER).perform()
# ????ENTER?
except:
pass
return "Transfer successfully \n"
评论列表
文章目录