File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ edit_uri: ""
1010site_dir : " site"
1111docs_dir : " mkdocs_build"
1212# Copyright
13- copyright : Copyright © 2014 - 2024 Michael Mintz
13+ copyright : Copyright © 2014 - 2026 Michael Mintz
1414# Extensions
1515markdown_extensions :
1616 - admonition
101101 - 🎖️ GUI / Commander : help_docs/commander.md
102102 - 🔴 Recorder Mode : help_docs/recorder_mode.md
103103 - 📘 API Reference : help_docs/method_summary.md
104+ - 📗 CDP Mode APIs : help_docs/cdp_mode_methods.md
104105 - Python Setup / Install :
105106 - 🐉 Get Python, pip, & git : help_docs/install_python_pip_git.md
106107 - ⚙️ Virtualenv Instructions : help_docs/virtualenv_instructions.md
117118 - Integrations :
118119 - 👤 UC Mode : help_docs/uc_mode.md
119120 - 🐙 CDP Mode : examples/cdp_mode/ReadMe.md
121+ - 🎭 Stealthy Playwright : examples/cdp_mode/playwright/ReadMe.md
120122 - 🤖 GitHub CI : integrations/github/workflows/ReadMe.md
121123 - 🛂 MasterQA : seleniumbase/masterqa/ReadMe.md
122124 - 🗂️ Case Plans : help_docs/case_plans.md
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ def main(*args, **kwargs):
7676 scanned_dir_list .append ("help_docs" )
7777 scanned_dir_list .append ("examples" )
7878 scanned_dir_list .append ("examples/cdp_mode" )
79+ scanned_dir_list .append ("examples/cdp_mode/playwright" )
7980 scanned_dir_list .append ("examples/master_qa" )
8081 scanned_dir_list .append ("examples/presenter" )
8182 scanned_dir_list .append ("examples/behave_bdd" )
Original file line number Diff line number Diff line change 22# Minimum Python version: 3.10 (for generating docs only)
33
44regex >= 2025.11.3
5- pymdown-extensions >= 10.17.2
5+ pymdown-extensions >= 10.18
66pipdeptree >= 2.30.0
77python-dateutil >= 2.8.2
88Markdown == 3.10
You can’t perform that action at this time.
0 commit comments