-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Closed
Labels
C-pyPython BindingsPython BindingsD-chromeG-chromedriverRequires fixes in ChromeDriverRequires fixes in ChromeDriverI-defectSomething is not working as intendedSomething is not working as intendedI-regressionSomething was working but we "fixed" itSomething was working but we "fixed" itOS-windows
Description
Description
I got this error after updating to chrome version 138.0.7204.50 today
Code content, I was doing the operation on MetaMask wallet, however when I got to the send_keys part, I got this error.
I also tried adding time.sleep to make sure it loaded, but with this code before it still worked fine.
If anyone has fixed it, please let me know how to fix it <3
Reproducible Code
element = wait.until(EC.presence_of_element_located((By.ID, 'import-srp__srp-word-0')))
element.send_keys('test')
#...
Debugging Logs
Message: javascript error: Cannot read properties of undefined (reading 'ka')
(Session info: chrome=138.0.7204.50)
Stacktrace:
GetHandleVerifier [0x0x7ff63f606f65+76917]
GetHandleVerifier [0x0x7ff63f606fc0+77008]
(No symbol) [0x0x7ff63f3b9dea]
(No symbol) [0x0x7ff63f3c1789]
(No symbol) [0x0x7ff63f3c482c]
(No symbol) [0x0x7ff63f3c48ff]
(No symbol) [0x0x7ff63f41117a]
(No symbol) [0x0x7ff63f411247]
(No symbol) [0x0x7ff63f406abc]
(No symbol) [0x0x7ff63f43846a]
(No symbol) [0x0x7ff63f402c16]
(No symbol) [0x0x7ff63f438680]
(No symbol) [0x0x7ff63f46065c]
(No symbol) [0x0x7ff63f438243]
(No symbol) [0x0x7ff63f401431]
(No symbol) [0x0x7ff63f4021c3]
GetHandleVerifier [0x0x7ff63f8dd29d+3051437]
GetHandleVerifier [0x0x7ff63f8d78f3+3028483]
GetHandleVerifier [0x0x7ff63f8f588d+3151261]
GetHandleVerifier [0x0x7ff63f62182e+185662]
GetHandleVerifier [0x0x7ff63f6296ef+218111]
GetHandleVerifier [0x0x7ff63f60fae4+112628]
GetHandleVerifier [0x0x7ff63f60fc99+113065]
GetHandleVerifier [0x0x7ff63f5f6c68+10616]
BaseThreadInitThunk [0x0x7ffb1a3d7374+20]
RtlUserThreadStart [0x0x7ffb1a81cc91+33]
ℹ️ Last known working version: 4.33.0
Metadata
Metadata
Assignees
Labels
C-pyPython BindingsPython BindingsD-chromeG-chromedriverRequires fixes in ChromeDriverRequires fixes in ChromeDriverI-defectSomething is not working as intendedSomething is not working as intendedI-regressionSomething was working but we "fixed" itSomething was working but we "fixed" itOS-windows