1 Star 0 Fork 0

白俊昭/Python_Spider

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
text.py 283 Bytes
一键复制 编辑 原始数据 按行查看 历史
BaiJunZhao 提交于 2024-06-29 19:25 . 默认变更列表
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Time : 2024/6/15 16:41
# @Author : Junzhao
# @File : text.py
# @Software: PyCharm
from time import sleep
from selenium import webdriver
driver = webdriver.Edge()
driver.get(r'https://www.baidu.com/')
sleep(5)
driver.close()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/junzhao0807/Pachong_Jinjie.git
git@gitee.com:junzhao0807/Pachong_Jinjie.git
junzhao0807
Pachong_Jinjie
Python_Spider
master

搜索帮助