We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a434a91 + d804fa7 commit c4cfecbCopy full SHA for c4cfecb
staging/selenium/README.md
@@ -136,7 +136,7 @@ def check_browser(browser):
136
)
137
driver.get("http://google.com")
138
assert "google" in driver.page_source
139
- driver.close()
+ driver.quit()
140
print("Browser %s checks out!" % browser)
141
142
staging/selenium/selenium-test.py
@@ -24,7 +24,7 @@ def check_browser(browser):
24
25
26
27
28
29
30
0 commit comments