type
status
date
slug
summary
tags
category
icon
password
AI summary
Last edited time
Aug 8, 2025 02:31 AM
- 尽量不要使用
sleep
实现等待,改为使用page.waitForTimeout
方式,原因是 sleep 有可能导致 playwright 相关的监听事件无法触发,例如page.onResponse
有可能不正常触发
- LoadState 的区别
- 通过 page.route 可以拦截修改返回结果
参考资料
BrowserStackUnderstanding Playwright waitforloadstate | BrowserStack
Understanding Playwright waitforloadstate | BrowserStack
Learn about Playwright's waitForLoadState to enhance test reliability and performance. Start automated testing with BrowserStack Automate.