Python - selenium - Chrome 自动化测试例子

代码如下: # -*- coding: utf-8 -*- # python 3.6.1 # Chrome 72.x # chromedriver 2.46 , 需要把 chromedriver.exe 放到 python.exe 同目录下 import os import time from selenium import webdriver #from selenium.webdriv
相关文章
相关标签/搜索