diff --git a/seleniumbase/fixtures/base_case.py b/seleniumbase/fixtures/base_case.py index 7c6bc35c..851514a1 100644 --- a/seleniumbase/fixtures/base_case.py +++ b/seleniumbase/fixtures/base_case.py @@ -6759,6 +6759,7 @@ class BaseCase(unittest.TestCase): for link in all_links: if ( "data:" not in link + and "tel:" not in link and "mailto:" not in link and "javascript:" not in link and "://fonts.gstatic.com" not in link