mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

In https://github.com/microsoft/playwright/issues/32872, a user notes that we document `.focus()` to not timeout by default, but in practice when used without the test runner, it defaults to a 30s timeout. I've discussed this with Dima, and he noted that our JS documentation focuses on usage with the Playwright test runner, not with the library. The test runner disables timeouts for operations in favour of timeouts for test cases. In the library, we default to a 30s timeouts. This PR adds this to the "key differences" table.