知行迭代
导航
首页
最近更改
随机页面
常用
分类目录
Linux命令
Mediawiki常用
电脑技巧
工具
链入页面
相关更改
特殊页面
页面信息
登录
查看“Playwright”的源代码
←
Playwright
页面
讨论
阅读
查看源代码
查看历史
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:[
[1]
]
您可以查看和复制此页面的源代码。
Playwright是微软源的一个Web测试和自动化框架。支持 Chromium、Firefox和WebKit浏览器,[[Linux]]、[[macOS]]和[[Windows]]平台,[[Python]]、.NET和[[Java]]等多语言。 ==简介== ===时间轴=== ===安装=== 安装[[Python]]版本: <syntaxhighlight lang="bash" > # 安装pytest插件版playwright # pip install pytest-playwright # 安装Pytest pip install playwright # 安装所有支持的浏览器及配置驱动 # playwright install # 只安装chrome浏览器及配置驱动,使用playwright install -h可以查看帮助 # 目前支持chromium, chrome, chrome-beta, msedge, msedge-beta, msedge-dev, firefox, webkit浏览器。 playwright install chrome </syntaxhighlight> {{了解更多 |[https://playwright.dev/python/docs/intro Playwright Python 文档:安装] }} ==快速入门== ==资源== ===官网=== * Playwright 官网:https://playwright.dev * Playwright 源代码:https://github.com/microsoft/playwright * Playwright Python 文档:https://playwright.dev/python/docs/intro ===网站=== ===文章===
本页使用的模板:
模板:了解更多
(
查看源代码
)
返回至“
Playwright
”。