mirror of
https://gitee.com/g1879/DrissionPage.git
synced 2024-11-29 18:47:34 +08:00
修改文档
This commit is contained in:
parent
be9fe5ab79
commit
a41c3c8139
@ -254,7 +254,7 @@ page.download(url, save_path, 'img') # 支持重命名,处理文件名冲突
|
||||
用 selenium 登录网站,然后切换到 requests 读取网页。两者会共享登录信息。
|
||||
|
||||
```python
|
||||
page = MixPage() # 创建页面对象,默认 driver 模式
|
||||
page = WebPage() # 创建页面对象,默认 driver 模式
|
||||
page.get('https://gitee.com/profile') # 访问个人中心页面(未登录,重定向到登录页面)
|
||||
|
||||
page.ele('@id:user_login').input('your_user_name') # 使用 selenium 输入账号密码登录
|
||||
@ -313,4 +313,4 @@ Git 命令学习
|
||||
|
||||
如果本项目对您有所帮助,不妨请作者我喝杯咖啡 :)
|
||||
|
||||
![](https://gitee.com/g1879/DrissionPage-demos/raw/master/pics/code.jpg)
|
||||
![](https://gitee.com/g1879/DrissionPage/raw/master/docs/imgs/code.jpg)
|
||||
|
@ -34,14 +34,11 @@
|
||||
* [🔨 4.5 元素操作](MixPage使用方法\元素操作.md)
|
||||
* [🔨 4.6 获取网页信息](MixPage使用方法\获取网页信息.md)
|
||||
* [🔨 4.7 页面操作](MixPage使用方法\页面操作.md)
|
||||
* [🔨 4.8 下载文件](MixPage使用方法\下载文件.md)
|
||||
* [🔨 4.9 监听浏览器网络数据](MixPage使用方法\监听浏览器网络数据.md)
|
||||
* [🔨 4.10 cookies 的使用](MixPage使用方法\cookies的使用.md)
|
||||
* [🔨 4.11 Drission 对象](MixPage使用方法\Drission对象.md)
|
||||
* [🔨 4.12 对接 selenium 及 requests 代码](MixPage使用方法\对接selenium及requests代码.md)
|
||||
* [🔨 4.13 使用其它系统或浏览器](MixPage使用方法\使用其它系统或浏览器.md)
|
||||
* [🔨 4.14 DriverPage 和 SessionPage](MixPage使用方法\DriverPage和SessionPage.md)
|
||||
* [🔨 4.15 打包程序](MixPage使用方法\打包程序.md)
|
||||
* [🔨 4.8 cookies 的使用](MixPage使用方法\cookies的使用.md)
|
||||
* [🔨 4.9 Drission 对象](MixPage使用方法\Drission对象.md)
|
||||
* [🔨 4.10 对接 selenium 及 requests 代码](MixPage使用方法\对接selenium及requests代码.md)
|
||||
* [🔨 4.11 使用其它系统或浏览器](MixPage使用方法\使用其它系统或浏览器.md)
|
||||
* [🔨 4.12 DriverPage 和 SessionPage](MixPage使用方法\DriverPage和SessionPage.md)
|
||||
|
||||
* [🛠 5 启动配置](#)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user