You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On macOS, startRecording and stopRecording are something failing, thought it's not obvious until you reach the stopRecording step. startRecording isn't picking up that failures are occuring, but stopRecording can't stop the recording that hasn't been started and is failing.
2025-02-05T16:55:53.947Z ERROR webdriver: WebDriverError: javascript error: Cannot read properties of undefined (reading 'stop')
(Session info: chrome=132.0.6834.159) when running "execute/sync" with method "POST" and args "() => {
window.recorder.stop();
}"
On macOS, startRecording and stopRecording are something failing, thought it's not obvious until you reach the stopRecording step. startRecording isn't picking up that failures are occuring, but stopRecording can't stop the recording that hasn't been started and is failing.
cc @JakeSCahill
The text was updated successfully, but these errors were encountered: