Skip to content

Commit a98e2e5

Browse files
committed
some doc added
Signed-off-by: bdattoma <[email protected]>
1 parent 0507996 commit a98e2e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/JupyterLibrary/clients/jupyterlab/Output.robot

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,13 @@ Screenshot Each Output of Active JupyterLab Document
4242

4343
Wait Until a Given JupyterLab Code Cell Is Not Active In a Given Tab
4444
[Documentation] Waits until the given cell in a specific JL tab no longer has an active prompt "[*]:".
45+
... The cell index starts from 1 and you must count empty and markdown cells too.
4546
[Arguments] ${tab_id_to_wait} ${cell_n} ${timeout}=120seconds
4647
Wait Until Element Is Not Visible xpath=//div[@aria-labelledby="${tab_id_to_wait}"]/${NB TAB XP CONTENT}/div[${cell_n}]/${CELL XP INPUT STATUS ICON} ${timeout}
4748

4849
Get A JupyterLab Code Cell Output In a Given Tab
49-
[Documentation] It returns the output of a given cell in a specific JL tab
50+
[Documentation] It returns the output of a given cell in a specific JL tab.
51+
... The cell index starts from 1 and you must count empty and markdown cells too.
5052
[Arguments] ${tab_id_to_read} ${cell_n}
5153
${outputtext}= Get Text xpath=//div[@aria-labelledby="${tab_id_to_read}"]/${NB TAB XP CONTENT}/div[${cell_n}]/${CELL XP OUTPUT TEXT}
5254
[Return] ${outputtext}

0 commit comments

Comments
 (0)