Skip to content

Commit b4e5594

Browse files
authored
Update automated-notebook-run-script.py
1 parent 1dd985b commit b4e5594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/automated-notebook-run-script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def main():
297297
# to be largely enough that guaranteed to be at
298298
# start of notebook.
299299
if args.driver == "safari":
300-
notebook_area.send_keys(Keys.ESCAPE).pause(0.01).send_keys(Keys.UP * 9).perform()
300+
notebook_area.send_keys(Keys.ESCAPE).send_keys(Keys.UP * 9)
301301

302302
# This will run all the cells of the chosen notebook
303303
run_notebook(driver, notebook_area, args)

0 commit comments

Comments
 (0)