▲ | Robdel12 5 days ago | ||||||||||||||||
All of the approaches of driving the browser outside of the browser is going to be slow (webdriver, playwright, puppeteer, etc). Karma like approaches are where I’m at (execute in the browser) | |||||||||||||||||
▲ | appcustodian2 5 days ago | parent | next [-] | ||||||||||||||||
> All of the approaches of driving the browser outside of the browser is going to be slow Why? I would think any cross-process communication through the CDP websocket would have imperceptible overhead compared to what already takes long in the browser: a ton of HTTP I/O What is Karma? What are you executing in the browser? | |||||||||||||||||
▲ | nikisweeting 5 days ago | parent | prev [-] | ||||||||||||||||
CDP rountrip time on a local machine is 100µs (0.1ms), it's not slow haha | |||||||||||||||||
|