轉載於:https://www.jb51.net/article/155658.htm
#引入這個 from selenium.webdriver.common.keys import Keys driver.find_element_by_css_selector("div.loginForm>input#loginBtn").send_keys(Keys.ENTER)
可以不用定位到按鈕元素 直接點擊
轉載於:https://www.jb51.net/article/155658.htm
#引入這個 from selenium.webdriver.common.keys import Keys driver.find_element_by_css_selector("div.loginForm>input#loginBtn").send_keys(Keys.ENTER)
可以不用定位到按鈕元素 直接點擊
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。