TonyChen-SH
TonyChen-SH
不支持xdebug,代码怎么读。好像关于调试的便捷性问题,各位大佬好像都不怎么关注。
that' so cool.
Same problem here
chrome can reuse context ``` p = sync_playwright().start() browser_firefox = p.firefox.connect( 'ws://localhost:1234/browser' ) browser_google = p.chromium.connect_over_cdp( 'ws://127.0.0.1:9222/devtools/browser/3488f94e-879e-4ae6-966a-bb5877e30fb0' ) contexts_google = browser_google.contexts # length is 1 contexts_firefox = browser_firefox.contexts # lentgh...
> maybe this work, add this params inside launch_server > > ``` > persistent_context=True, > user_data_dir='/location/to/save' > ``` not working. same with: [https://github.com/daijro/camoufox/issues/161](https://github.com/daijro/camoufox/issues/161)
It works for me with Jupyter Notebook 
This is a very useful feature
感谢. 我来研究一下.