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 831fee4 commit 0486c1bCopy full SHA for 0486c1b
create.py
@@ -24,6 +24,7 @@ def create():
24
python_button.send_keys(folderName)
25
python_button = browser.find_element_by_css_selector('button.first-in-line')
26
python_button.submit()
27
+ browser.quit()
28
29
if __name__ == "__main__":
30
create()
0 commit comments