python基础模块练习之selenium网页填表

Chrome驱动文件下载 :点我下载

#!/usr/bin/python
# -*- coding: utf-8 -*-
# @Version  : 3.8
# @Author   : QQ736592720
# @Datetime : 2023/1/18 19:34
# @Project  : SMF
# @File     : 163邮箱注册.py
'''
1.find_element_by_xpath()
'''
from selenium import webdriver
import time


def click(xptah)

你可能感兴趣的:(史沐凡,chrome,python,前端)