python selenium测试对网页发起点击时 加了.之后后面不会直接出现click方法 send_k...
python selenium测试对网页发起点击时 加了.之后后面不会直接出现click方法 send_key也是这样from selenium import webdriverfrom selenium.webdriver.common.by import By
path = 'chromedriver.exe'
broswer = webdriver.Chrome()
broswer.get('https://www.taobao.com/')
broswer.find_element(By.XPATH,'//*[@id="q"]').代码如上 broswer.find_element(By.XPATH,'//*[@id="q"]').加了点之后后面不会直接出现click方法 send_key也是这样
。。。IDE的问题 环境配置检查一下 IDE配置会出现 配置一下
页:
[1]