Skip to content

Commit

Permalink
add a note about incomplete page contents
Browse files Browse the repository at this point in the history
  • Loading branch information
benji-york committed Sep 17, 2007
1 parent 89e1869 commit 8480cbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/zope/testbrowser/real.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
>>> browser.contents
'<head>...</body>'

XXX Note that the entire page is not returned; need to find a way to
retrieve the entire page.

>>> url = browser.url
>>> browser.reload()
>>> browser.url == url
Expand All @@ -39,4 +42,3 @@

>>> browser.getLink(url='http://', index=3)
<Link text='By Anchor Name' url='http://localhost:.../navigate.html?message=By+Name'>

0 comments on commit 8480cbc

Please sign in to comment.