diff options
-rw-r--r-- | o3d/tests/selenium/selenium_constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/tests/selenium/selenium_constants.py b/o3d/tests/selenium/selenium_constants.py index a2aad74..7b59b44 100644 --- a/o3d/tests/selenium/selenium_constants.py +++ b/o3d/tests/selenium/selenium_constants.py @@ -58,7 +58,7 @@ else: -SELENIUM_BROWSER_SET = ["*iexplore", "*firefox", "*googlechrome"] +SELENIUM_BROWSER_SET = ["*iexplore", "*firefox", "*googlechrome", "*safari"] # Dimensions to resize window to # on the Mac, the window has to be big enough to hold the entire o3d div |