Skip to content

Commit fbf1565

Browse files
committed
Allow URLs that start with "view-source:"
1 parent 269e1f9 commit fbf1565

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

seleniumbase/fixtures/base_case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10339,6 +10339,7 @@ def __looks_like_a_page_url(self, url):
1033910339
or url.startswith("file:")
1034010340
or url.startswith("edge:")
1034110341
or url.startswith("opera:")
10342+
or url.startswith("view-source:")
1034210343
):
1034310344
return True
1034410345
else:

0 commit comments

Comments
 (0)