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.
1 parent 55d545a commit 86db25cCopy full SHA for 86db25c
source/navigating.rst
@@ -222,12 +222,3 @@ domain that the cookie will be valid for:
222
all_cookies = driver.get_cookies()
223
for cookie_name, cookie_value in all_cookies.items():
224
print "%s -> %s", cookie_name, cookie_value
225
-
226
227
-Next, next steps!
228
-~~~~~~~~~~~~~~~~~
229
230
-This has been a high level walkthrough of WebDriver and some of its
231
-key capabilities. You may want to look at the `Test Design
232
-Considerations` chapter to get some ideas about how you can reduce the
233
-pain of maintaining your tests and how to make your code more modular.
0 commit comments