Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 86db25c

Browse files
author
Baiju Muthukadan
committed
not required
1 parent 55d545a commit 86db25c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

source/navigating.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -222,12 +222,3 @@ domain that the cookie will be valid for:
222222
all_cookies = driver.get_cookies()
223223
for cookie_name, cookie_value in all_cookies.items():
224224
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

Comments
 (0)