Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/JupyterLibrary/clients/jupyterlab/Selectors.resource
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ ${JLAB TEXT BUSY PROMPT} In [*]:
${JLAB XP LAUNCHER} //div[contains(@class, 'jp-Launcher-body')]
${JLAB XP CARD} //div[contains(@class, 'jp-LauncherCard')]
${JLAB XP DOCK} //div[@id='jp-main-dock-panel']
${JLAB XP MENU ITEM} //li[contains(@class, 'p-Menu-item')]
${JLAB XP MENU ITEM LABEL} //div[contains(@class, 'p-Menu-itemLabel')]
${JLAB XP MENU ITEM ENABLED} ${JLAB XP MENU ITEM}\[not(contains(@class,'p-mod-disabled'))]
${JLAB XP MENU ITEM LABEL ENABLED} ${JLAB XP MENU ITEM ENABLED}/div[contains(@class, 'p-Menu-itemLabel')]
${JLAB XP MENU LABEL} //div[contains(@class, 'p-MenuBar-itemLabel')]
${JLAB XP TOP} //div[@id='jp-top-panel']
${JLAB XP MAIN AREA FRAG} [contains(@class, 'jp-MainAreaWidget')]
Expand Down
2 changes: 1 addition & 1 deletion src/JupyterLibrary/clients/jupyterlab/Shell.resource
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Click JupyterLab Menu
Click JupyterLab Menu Item
[Documentation] Click a currently-visible JupyterLab menu item by ``label``.
[Arguments] ${label}
${item} = Set Variable ${JLAB XP MENU ITEM LABEL}\[text() = '${label}']
${item} = Set Variable ${JLAB XP MENU ITEM LABEL ENABLED}\[text() = '${label}']
Wait Until Page Contains Element ${item}
Mouse Over ${item}
Click Element ${item}
Expand Down