Przeglądaj źródła

#449: fix chromedriver performance logging

Added 'goog:loggingPrefs', to _caps array.
mk654321 5 lat temu
rodzic
commit
be1375f32c
1 zmienionych plików z 1 dodań i 1 usunięć
  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',
         ];
     }
 );