Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 1ce655f + 06db392 commit 11dbd17Copy full SHA for 11dbd17
source/getting-started.rst
@@ -118,8 +118,9 @@ for `python.org` search functionality::
118
self.assertIn("Python", driver.title)
119
elem = driver.find_element_by_name("q")
120
elem.send_keys("pycon")
121
- assert "No results found." not in driver.page_source
122
elem.send_keys(Keys.RETURN)
+ assert "No results found." not in driver.page_source
123
+
124
125
def tearDown(self):
126
self.driver.close()
0 commit comments