2 Star 2 Fork 1

g1879/MixPage

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mkdocs.yml 2.45 KB
一键复制 编辑 原始数据 按行查看 历史
g1879 提交于 2023-05-12 14:38 . 1.0.1
site_name: MixPage
site_url: http://g1879.gitee.io/MixPage/
site_author: g1879
site_description: MixPage是个网页自动化工具。既能控制浏览器,也能收发数据包。可兼顾便利性和高效率。功能强大,语法简洁优雅。
repo_url: https://gitee.com/g1879/MixPage
markdown_extensions:
- admonition # 提示块
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- def_list
- pymdownx.tasklist: # 待办列表
custom_checkbox: true
- tables
theme:
name: material
font:
code: Roboto Mono
icon:
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/squirrel-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: slate
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: default
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.top # 返回顶部按钮
- navigation.tracking
- toc.follow
- content.code.copy # 代码复制按钮
- navigation.tabs # 使用标签页
- navigation.tabs.sticky # 标签页不消失
- header.autohide # 自动隐藏标题栏
- navigation.footer # 上一页和下一页
nav:
- 欢迎: index.md
- 使用文档:
- 🔨 概述: introduction.md
- 🔨 创建页面对象: create_page_object.md
- 🔨 访问网页: visit_web_page.md
- 🔨 查找页面元素: find_page_element.md
- 🔨 获取元素信息: get_element_info.md
- 🔨 元素操作: element_operation.md
- 🔨 获取网页信息: get_page_info.md
- 🔨 页面操作: page_operation.md
- 🔨 cookies 的使用: cookies.md
- 🔨 Drission 对象: Drission.md
- 🔨 对接 selenium 及 requests 代码: work_with_selenium_and_requests.md
- 🔨 使用其它系统或浏览器: use_other_browser.md
- 🔨 DriverPage 和 SessionPage: DriverPage_and_SessionPage.md
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/g1879/MixPage.git
git@gitee.com:g1879/MixPage.git
g1879
MixPage
MixPage
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385