英勇西牛

文章
4
资源
0
加入时间
3年0月9天

python helium学习web自动化

from helium import *import timedriver=start_chrome('https://www.baidu.com')write('一拳超人')press(ENTER)time.sleep(2)click("图片")img=driver.find_element_by_name("pn8")click(img)click("下载")首先pip installhelium然后复制ChromeDriver下载