Jemboy Posted July 19, 2023 Posted July 19, 2023 (edited) Hi, This morning I got on one computer an error updating Chromedriver. My Chrome has been updated to v115. and my Chromedriver is v114. Look on https://chromedriver.chromium.org/downloads only Chromedriver v114 seems to be available. For now other computers somehow don't have this problem (yet), but I dread having to update about 100 computers manually again 😂 My updater code is this: $CDVer = GetCDVersion () ;Get Chromedriver version $ChVer = GetChromeVersion () ;Get Chrome version If $ChVer<>$CDVer Then $lResult = _WD_UpdateDriver('chrome', Default, Default, true ) ;Update Chromedriver $lErr = @error If $lResult=False Then $mText = "Chrome version: " & $ChVer & @CRLF & "Chromedriver version: " & $CDVer & @CRLF & @CRLF $mText = $mText & "Chrome Update Result: " & $lResult & @CRLF & "Update Error: " & $lErr & @CRLF & @CRLF $mText = $mText & "Update fout: neem contact op met ICT afdeling." MsgBox (0,$sTitle,$mText) Exit EndIf EndIf code is this: Edited July 19, 2023 by Jemboy
Danp2 Posted July 19, 2023 Posted July 19, 2023 Please update to the latest UDF release, which should resolve this issue for you. See here for complete details. Latest Webdriver UDF Release Webdriver Wiki FAQs
Jemboy Posted July 19, 2023 Author Posted July 19, 2023 Sorry for the dupe! I just saw I created a new topic instead of posting in the webdriver topic. So I copied this to the webdriver topic, but I don't see any delete option to delete this message. If some mod could delete this post PLEASE, I would be much obliged 😉
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now