SeleniumHQ / selenium-ide

Open Source record and playback test automation for the web.
https://selenium.dev/selenium-ide/
Apache License 2.0
2.8k stars 762 forks source link

Context menu assertions appear to not work #1746

Closed toddtarsi closed 8 months ago

toddtarsi commented 9 months ago

webdriver-error: '[1703837692.011][DEBUG]: DevTools WebSocket Event: Runtime.exceptionThrown (session_id=3C7AFF6272E64711F8A67012E9690867) E493E22AC793D585F71665B6A8E78172 {\n' + ' "exceptionDetails": {\n' + ' "columnNumber": 175801,\n' + ' "exception": {\n' + ' "className": "TypeError",\n' + ' "description": "TypeError: a.get(...) is not a function\n at s (\u003Canonymous>:3:175802)",\n' + ' "objectId": "2198788729513033637.2.15",\n' + ' "preview": {\n' + ' "description": "TypeError: a.get(...) is not a function\n at s (\u003Canonymous>:3:175802)",\n' + ' "overflow": false,\n' + ' "properties": [ {\n' + ' "name": "stack",\n' + ' "type": "string",\n' + ' "value": "TypeError: a.get(...) is not a function\n at s (\u003Canonymous>:3:175802)"\n' + ' }, {\n' + ' "name": "message",\n' + ' "type": "string",\n' + ' "value": "a.get(...) is not a function"\n' + ' } ],\n' + ' "subtype": "error",\n' + ' "type": "object"\n' + ' },\n' + ' "subtype": "error",\n' + ' "type": "object"\n' + ' },\n' + ' "exceptionId": 4,\n' + ' "executionContextId": 2,\n' + ' "lineNumber": 2,\n' + ' "scriptId": "5",\n' + ' "stackTrace": {\n' + ' "callFrames": [ {\n' + ' "columnNumber": 175801,\n' + ' "functionName": "s",\n' + ' "lineNumber": 2,\n' + ' "scriptId": "5",\n' + ' "url": ""\n' + ' } ]\n' + ' },\n' + ' "text": "Uncaught (in promise)"\n' + ' },\n' + ' "timestamp": 1.70383769200891e+12\n' + '}\n'

toddtarsi commented 8 months ago

Closing this, they do now

github-actions[bot] commented 7 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.