소스 검색

Merge pull request #450 from mk654321/issue-449

#449: fix chromedriver performance logging
George S. Baugh 5 년 전
부모
커밋
055a1eed60
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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',
         ];
     }
 );