Skip to content

Commit 1bc579b

Browse files
committed
Update acceptable URL schemes
1 parent f6fdc54 commit 1bc579b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

seleniumbase/fixtures/page_utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ def looks_like_a_page_url(url):
111111
self.get_element(URL_AS_A_SELECTOR) if the input is not a URL."""
112112
return url.startswith((
113113
"http:", "https:", "://", "about:", "blob:", "chrome:",
114-
"data:", "edge:", "file:", "view-source:"
114+
"data:", "edge:", "file:", "view-source:", "chrome-search:",
115+
"chrome-extension:", "chrome-untrusted:", "isolated-app:",
116+
"chrome-devtools:", "devtools:"
115117
))
116118

117119

0 commit comments

Comments
 (0)