Skip to content

Commit 367331c

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/JupyterLibrary/clients/jupyterlab/Output.resource

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

4545
Wait Until a Given JupyterLab Code Cell Is Not Active In a Given Tab
4646
[Documentation] Waits until the given cell in a specific JL tab no longer has an active prompt "[*]:".
47+
... The cell index starts from 1 and you must count empty and markdown cells too.
4748
[Arguments] ${tab_id_to_wait} ${cell_n} ${timeout}=120seconds
4849
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}
4950

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

0 commit comments

Comments
 (0)