Browse Source

Chrome as default Browser

bernhardbuhl 4 years ago
parent
commit
53d9992499
1 changed files with 1 additions and 1 deletions
  1. 1 1
      baangt/base/BrowserHandling/BrowserHandling.py

+ 1 - 1
baangt/base/BrowserHandling/BrowserHandling.py

@@ -60,7 +60,7 @@ class BrowserDriver:
         else:
             self.screenshotPath = os.getcwd()
 
-    def createNewBrowser(self, browserName=GC.BROWSER_FIREFOX, desiredCapabilities={}, **kwargs):
+    def createNewBrowser(self, browserName=GC.BROWSER_CHROME, desiredCapabilities={}, **kwargs):
         """
         Will find the specified executables of the desired browser and start it with the given capabilities.