Skip to content

Commit 0486c1b

Browse files
author
kalle hålldén
committed
Now quits the browser
1 parent 831fee4 commit 0486c1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

create.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def create():
2424
python_button.send_keys(folderName)
2525
python_button = browser.find_element_by_css_selector('button.first-in-line')
2626
python_button.submit()
27+
browser.quit()
2728

2829
if __name__ == "__main__":
2930
create()

0 commit comments

Comments
 (0)