Przeglądaj źródła

Merge pull request #450 from mk654321/issue-449

#449: fix chromedriver performance logging
George S. Baugh 5 lat temu
rodzic
commit
055a1eed60
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',
         ];
     }
 );