We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7713b97 commit f401568Copy full SHA for f401568
atest/_resources/Keywords.resource
@@ -343,7 +343,8 @@ Enter Cell Editor
343
Click Element css:.jp-Cell:nth-child(${cell_nr}) .cm-line:nth-child(${line})
344
# So it should be focused after click right? Well, not when using this driver
345
# in JupyterLab 4.1 - we still need to press enter apparently.
346
- Press Keys None ENTER
+ ${focused} Get Element Count css:.jp-Cell:nth-child(${cell_nr}) .cm-focused
347
+ Run Keyword If ${focused} == 0 Press Keys None ENTER
348
Wait Until Page Contains Element css:.jp-Cell:nth-child(${cell_nr}) .cm-focused
349
# clicking on line does not appear sufficient in CM6 (but still useful because it ensures we have it in view
350
Execute JavaScript
0 commit comments