thirtyfour icon indicating copy to clipboard operation
thirtyfour copied to clipboard

Use thrityfour 0.34.0. I dont call driver.quic().await the chromuim window shutdown auto when code finished

Open mikexxma opened this issue 1 year ago • 1 comments

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

mikexxma avatar Nov 14 '24 08:11 mikexxma

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

mikexxma avatar Nov 14 '24 08:11 mikexxma

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

vrtgs avatar Jul 06 '25 08:07 vrtgs