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 5bb03c1 commit 7d5c136Copy full SHA for 7d5c136
seleniumbase/core/log_helper.py
@@ -82,7 +82,7 @@ def get_base_href_html(full_url):
82
''' The base href line tells the html what the base page really is.
83
This is important when trying to open the page outside it's home. '''
84
base_url = get_base_url(full_url)
85
- return '<base href="%s"></base>' % base_url
+ return '<base href="%s">' % base_url
86
87
88
def get_html_source_with_base_href(driver, page_source):
0 commit comments