In selenium you can have remote servers doing the actual web-browsing, is this possible to do with browser library as well?
I looking for something similar to the remote_url paramer in seleniumlibrary.
Currently it’s not possible. We are thinking about how it could be possible to do.
2 Likes
If olny browser library used CDP instead of playwright…
It would be possible by just specifying remote debug port.
sounds interesting! Feel free to fork.
Ha! My favorite tool already have posibility to execute parallel Playwright tests.
Check out this article:
@aaltat any word of advice how to set wsEndpoint in Browser library?