We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c749c commit 5698572Copy full SHA for 5698572
scripts/automated-notebook-run-script.py
@@ -86,6 +86,7 @@ def main():
86
time.sleep(1)
87
88
notebook_area.click()
89
+ actions.context_click(notebook_area).pause(0.1).send_keys(Keys.DOWN * 9).pause(0.1).send_keys(Keys.ENTER).pause(0.1).perform()
90
91
# Select Kernel based on input
92
kernel_button = driver.find_element(
0 commit comments