随笔分类 -  Playwright

Playwright.Net下载文件 WaitForDownloadAsync
摘要:Playwright.Net下载文件,使用WaitForDownloadAsync Playwright = await Microsoft.Playwright.Playwright.CreateAsync(); var userDataDir = $"{Directory.GetCurrentD 阅读全文
posted @ 2024-08-12 11:43 daconglee 阅读(131) 评论(0) 推荐(0)
playwright for net 对日期选择控件(My97DatePicker)的设置
摘要:playwright f 对日期选择控件的设置,直接使用js脚本 public partial class MainForm : Form { IPlaywright playwright; IPage page; public MainForm() { InitializeComponent(); 阅读全文
posted @ 2024-04-03 22:57 daconglee 阅读(288) 评论(0) 推荐(0)
playwright install问题win7
摘要:D:\Apps\Vs\tax\TasSelect>playwright installFailed to install browsersError: Failed to download chromium v920619, caused byError: self signed certifica 阅读全文
posted @ 2024-04-01 15:58 daconglee 阅读(361) 评论(0) 推荐(0)
playwright for .net在win7上正常使用
摘要:playwright for .net在win7上正常使用。在互联网上安转环境测试,网上去找。最终在断网的内部局域网测试成功。不能用互联网搞it我太难了。 最终内网环境:vs2022 17.2.3 版本,.net6.0,playwright cli 1.2.3,microsoft.playwrigh 阅读全文
posted @ 2024-03-25 23:01 daconglee 阅读(178) 评论(0) 推荐(0)