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
While we try to use the keyword "Add and Run JupyterLab Code Cell", sometimes it works and sometimes it throws the below error:
ElementNotInteractableException: Message: Element <svg> could not be scrolled into view
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
ElementNotInteractableError@chrome://remote/content/shared/webdriver/Errors.jsm:293:5
webdriverClickElement@chrome://remote/content/marionette/interaction.js:156:11
interaction.clickElement@chrome://remote/content/marionette/interaction.js:125:11
clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.jsm:203:24
receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.jsm:91:31
Attached the screenshots for reference.
The text was updated successfully, but these errors were encountered:
chidambaranathan-r
changed the title
"Add and Run JupyterLab Code Cell" keyword throws error
"Add and Run JupyterLab Code Cell" keyword throws error intermittently
Mar 8, 2022
I used the keyword "Close All JupyterLab Tabs" in all the test case as a teardown, to ensure when a test case runs, it will have its own (one and only) notebook. I guess, it helped to overcome the above challenge that I reported.
robotframework==4.0.3
robotframework-jupyterlibrary==0.3.1
Jupyterlab version: 3.2.8
Observation:
While we try to use the keyword "Add and Run JupyterLab Code Cell", sometimes it works and sometimes it throws the below error:
Attached the screenshots for reference.
The text was updated successfully, but these errors were encountered: