File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
src/JupyterLibrary/resources/jupyterlab Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ Open JupyterLab
1010
1111Get Help
1212 Open JupyterLab
13- Click JupyterLab Menu Help
14- Click JupyterLab Menu Item About JupyterLab
13+ Open With JupyterLab Menu Help About JupyterLab
1514 Capture Element Screenshot css:.jp-Dialog-content ${OUTPUT_DIR }${/ } about.png
1615 Click Element css:${JLAB CSS ACCEPT }
1716
Original file line number Diff line number Diff line change @@ -33,6 +33,12 @@ Click JupyterLab Menu Item
3333 Mouse Over ${item }
3434 Click Element ${item }
3535
36+ Open With JupyterLab Menu
37+ [Arguments] ${menu_label } @{submenu_labels }
38+ Click JupyterLab Menu ${menu_label }
39+ :FOR ${item_label } IN @{submenu_labels }
40+ \ Click JupyterLab Menu Item ${item_label }
41+
3642Maybe Accept a Prompt
3743 ${accept } = Get WebElements css:${JLAB CSS ACCEPT }
3844 Run Keyword If ${accept } Click Element ${accept[0] }
You can’t perform that action at this time.
0 commit comments