Hi,
My chrome browser updated today and I'm attempting to update my webdriver to match the new version (112.0.5615.50)
But my existing program that uses selenium with the webdriver is having trouble.
When the browser opens it immediately crashes out
2023-04-07 14:43:58 loglevel=DEBUG logger=selenium.webdriver.remote.remote_connection _request() L319 Remote response: status=500 | data={"value":{"error":"tab crashed","message":"tab crashed\n (Session info: chrome=112.0.5615.50)","stacktrace":"Backtrace:\n\tGetHandleVerifier [0x003BDCE3+50899]\n\t(No symbol) [0x0034E111]\n\t(No symbol) [0x00255450]\n\t(No symbol) [0x00249474]\n\t(No symbol) [0x00248DEB]\n\t(No symbol) [0x00248275]\n\t(No symbol) [0x0024820C]\n\t(No symbol) [0x00246F06]\n\t(No symbol) [0x00247668]\n\t(No symbol) [0x00246685]\n\t(No symbol) [0x002513A6]\n\t(No symbol) [0x002464C5]\n\t(No symbol) [0x00247F2A]\n\t(No symbol) [0x00246F06]\n\t(No symbol) [0x00247668]\n\t(No symbol) [0x00246685]\n\t(No symbol) [0x0024ECE6]\n\t(No symbol) [0x002464C5]\n\t(No symbol) [0x00247F2A]\n\t(No symbol) [0x00246F06]\n\t(No symbol) [0x00247668]\n\t(No symbol) [0x00246685]\n\t(No symbol) [0x0024C7FB]\n\t(No symbol) [0x002464C5]\n\t(No symbol) [0x00247F2A]\n\t(No symbol) [0x00246F06]\n\t(No symbol) [0x00247668]\n\t(No symbol) [0x00246685]\n\t(No symbol) [0x00240E2F]\n\t(No symbol) [0x002464C5]\n\t(No symbol) [0x00245E7D]\n\t(No symbol) [0x00245B5C]\n\t(No symbol) [0x00256923]\n\t(No symbol) [0x0023CAE3]\n\t(No symbol) [0x0023C1D5]\n\t(No symbol) [0x002A21CD]\n\t(No symbol) [0x002A1CEC]\n\t(No symbol) [0x0029B6F6]\n\t(No symbol) [0x00277708]\n\t(No symbol) [0x0027886D]\n\tGetHandleVerifier [0x00623EAE+2566302]\n\tGetHandleVerifier [0x006592B1+2784417]\n\tGetHandleVerifier [0x0065327C+2759788]\n\tGetHandleVerifier [0x00455740+672048]\n\t(No symbol) [0x00358872]\n\t(No symbol) [0x003541C8]\n\t(No symbol) [0x003542AB]\n\t(No symbol) [0x003471B7]\n\tBaseThreadInitThunk [0x75EC00F9+25]\n\tRtlGetAppContainerNamedObjectPath [0x77CD7BBE+286]\n\tRtlGetAppContainerNamedObjectPath [0x77CD7B8E+238]\n"}} | headers=HTTPHeaderDict({'Content-Length': '1683', 'Content-Type': 'application/json; charset=utf-8', 'cache-control': 'no-cache'})
2023-04-07 14:43:58 loglevel=DEBUG logger=selenium.webdriver.remote.remote_connection _request() L346 Finished Request
My selenium version
"==4.8.0"
Windows
Version 20H2 (OS Build 19042.2728)
So far I've tried...
Reinstalling chrome
Thanks!