Selaa lähdekoodia

#449: fix chromedriver performance logging

Added 'goog:loggingPrefs', to _caps array.
mk654321 5 vuotta sitten
vanhempi
sitoutus
be1375f32c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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',
         ];
     }
 );