Get ready for Shadow-DOM support in Firefox 113

This commit is contained in:
Michael Mintz 2023-04-21 14:55:50 -04:00
parent e89b337b89
commit ae26113def
1 changed files with 2 additions and 2 deletions

View File

@ -12858,7 +12858,7 @@ class BaseCase(unittest.TestCase):
shadow_root = None
if (
selenium4_or_newer
and self.is_chromium()
and (self.is_chromium() or self.browser == "firefox")
and int(self.__get_major_browser_version()) >= 96
):
try:
@ -12928,7 +12928,7 @@ class BaseCase(unittest.TestCase):
try:
if (
selenium4_or_newer
and self.is_chromium()
and (self.is_chromium() or self.browser == "firefox")
and int(self.__get_major_browser_version()) >= 96
):
if timeout == 0.1: