This is a python playwright source code debug problem.
I set breakpoints for debugging, but I can’t trace the line of code where the browser is launched.
Here’s the final position in the code where, after running it, the browser starts.
I suspect it establishes a local websockt server, sending a message to this server to launch the Chrome browser, but I can’t locate where this code is.