Hey all, I was wondering if there is a resource to learn how playwright works internally? Docs are great to understand how to use playwright, but leaves some questions I need to answer.
Examples:
await mouse.click(x, y);
sent to the browser?connect
and connectOverCDP
. When should I use one over the other?thank you. ๐
This thread is trying to answer question "How does Playwright work internally, specifically in terms of instruction transmission, connection methods, and interaction with other languages and tools?"
Rayrun is a community for QA engineers. I am constantly looking for new ways to add value to people learning Playwright and other browser automation frameworks. If you have feedback, email [email protected].