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
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}
47
48
48
49
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.
50
52
[Arguments]${tab_id_to_read}${cell_n}
51
53
${outputtext}= Get Text xpath=//div[@aria-labelledby="${tab_id_to_read}"]/${NB TAB XP CONTENT}/div[${cell_n}]/${CELL XP OUTPUT TEXT}
0 commit comments