Explorar o código

Merge pull request #450 from mk654321/issue-449

#449: fix chromedriver performance logging
George S. Baugh %!s(int64=5) %!d(string=hai) anos
pai
achega
055a1eed60
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/Selenium/Remote/Spec.pm

+ 1 - 1
lib/Selenium/Remote/Spec.pm

@@ -142,7 +142,7 @@ has '_caps' => (
             'proxy',                   'pageLoadStrategy',
             'setWindowRect',           'timeouts',
             'unhandledPromptBehavior', 'moz:firefoxOptions',
-            'goog:chromeOptions',
+            'goog:chromeOptions',      'goog:loggingPrefs',
         ];
     }
 );