thirtyfour
thirtyfour copied to clipboard
Use thrityfour 0.34.0. I dont call driver.quic().await the chromuim window shutdown auto when code finished
I dont call driver.quic() the chromuim window shutdown when code finished let ret = driver.goto(url).await;
But when I user thrityfour 0.32.0 the chromuim windows is still there
chromuim log seems normal
[29872:6592:1114/162742.334:WARNING:chrome_main_delegate.cc(593)] This is Chrome version 114.0.5735.338 (not a warning)
[29872:6592:1114/162742.443:INFO:chrome_browser_cloud_management_controller.cc(167)] Starting CBCM Controller Initialization
[29872:6592:1114/162742.443:INFO:chrome_browser_cloud_management_controller.cc(195)] No machine level policy manager exists.
[29872:6592:1114/162743.014:INFO:CONSOLE(46)] "no proxy set", source: chrome-extension://aobeoaeojeppmpipbdodjcmgfkcobpne/background.js (46)
[29872:6592:1114/162746.273:WARNING:pref_notifier_impl.cc(41)] Pref observer for media_router.cast_allow_all_ips found at shutdown.
thrityfour no error log chromedriver no error log
I dont call driver.quic() the chromuim window shutdown when code finished let ret = driver.goto(url).await;
But when I user thrityfour 0.32.0 the chromuim windows is still there
Yeah this is a new feature, it just auto drops the webdriver even if you don't quit, this isn't recomended though
if you explicitly want the webdriver to stay open, please call WebDriver::leak