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 2d38be8 commit 569584aCopy full SHA for 569584a
py/test/selenium/webdriver/common/webserver.py
@@ -55,7 +55,7 @@ def do_GET(self):
55
"""GET method handler."""
56
try:
57
path = self.path[1:].split('?')[0]
58
- if path[:4] == "page":
+ if path[:4] == "page" and path[4] == '/':
59
html = """<html><head><title>Page{page_number}</title></head>
60
<body>Page number <span id=\"pageNumber\">{page_number}</span>
61
<p><a href=\"../xhtmlTest.html\" target=\"_top\">top</a>
0 commit comments