Playwright 交互式调试工具
Project description
mp-repl
Playwright 交互式调试工具 - 提升自动化脚本开发效率
安装
pip install mp-repl
playwright install chromium
快速开始
# 启动 REPL
pw-repl
# 连接浏览器
pw> connect
# 页面操作
pw> go https://example.com
pw> btn 'Submit'
pw> fill '#email' 'test@example.com'
# 执行 Playwright 代码
pw> page.locator('button').click()
# 加载并执行脚本
pw> run my_script.py
pw> my_function()
功能
- 命令式操作:
btn,click,fill,go等快捷命令 - Playwright 直接执行:
page.xxx,browser.xxx - 脚本执行:加载 Python 脚本,函数可直接调用
- 多连接管理:同时连接多个浏览器
- 会话管理:集成 s-mgr 账号切换
文档
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mp_repl-0.1.22.tar.gz
(9.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
mp_repl-0.1.22-py3-none-any.whl
(10.0 kB
view details)
File details
Details for the file mp_repl-0.1.22.tar.gz.
File metadata
- Download URL: mp_repl-0.1.22.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0aaee5a60537e3c530b53ef89e1ba439856ce53ab00c38e75b8453e63771198
|
|
| MD5 |
b3a7b0fec1e6af2fbc0c52afb1fbccce
|
|
| BLAKE2b-256 |
8b2e0af67d2dc2dc938cb98ee42c335fbeb69b37576dae64c74197b95cbc4230
|
File details
Details for the file mp_repl-0.1.22-py3-none-any.whl.
File metadata
- Download URL: mp_repl-0.1.22-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8c376e61b416f22b7a91e9f9177963ba94a5039d44f5d6f63f3c155a7d42765
|
|
| MD5 |
9983548c09c33dd9e324f228e2b23a37
|
|
| BLAKE2b-256 |
04ad26b1d11a0a7c2af3533c7993a7a7ab203a9f8be051b18584c5579c0d860c
|