スクリレいピングをしていると、エラーではないのですが、このようなログが出てきて出力している他のログが見づらくなります。
どうやら、混合コンテンツだと警告?しているようなのですが、それを直すことはできません。
プログラム自体は動くのですが、このログをでないようにしたいです。
optionsに色々追加しているのですが、一向に消えません。
警告をなくすためには何を追加したらいいのでしょうか?
混合コンテンツを許可するコードが、警告は出ていても非表示にするコードを教えて頂きたいです
[0902/032212.223:INFO:CONSOLE(80)] "react-intl-universal key "error_param" not defined in ja", source: https://***** (80) [0902/032212.538:INFO:CONSOLE(80)] "react-intl-universal key "common_Loading" not defined in ja", source: https://***** (80) [0902/032212.876:INFO:CONSOLE(1)] "sdkperf: it took 62 ms and 65210 bytes to load https://*****", source: https://***** (1) [0902/032212.879:INFO:CONSOLE(1)] "sdkperf: asyncstart logged after 1031 ms", source: https://***** (1) [0902/032212.888:INFO:CONSOLE(1)] "sdkperf: init logged after 1042 ms", source: https://***** (1) [0902/032212.906:INFO:CONSOLE(1)] "domReady", source: https://*****(1) [0902/032212.908:INFO:CONSOLE(1)] "The "fb-root" div has not been created, auto-creating", source: https://***** (1) [0902/032213.019:INFO:CONSOLE(0)] "Mixed Content: The page at 'https://www.*****5' was loaded over HTTPS, but requested an insecure video 'http://*****y46Yw%3D%3D&vl=&vr='. This content should also be served over HTTPS.", source: https://***** (0) [0902/032213.293:ERROR:audio_manager_base.cc(389)] Invalid audio output parameters received; using fake audio path: format: PCM_LINEAR, channel_layout: 0, channels: 0, sample_rate: 0, frames_per_buffer: 0, effects: 0, mic_positions:
python
1options = Options() 2#ドライバーパス 3driver_path = './chromedriver' 4 5options.add_argument('--headless') 6options.add_argument('--enable-logging') 7options.add_argument('--allow-insecure-localhost') 8options.add_argument('--disable-gpu') 9options.add_argument('--ignore-certificate-errors') 10driver= webdriver.Chrome(driver_path, chrome_options=options)
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/09/04 13:05
2020/09/04 13:24
2020/09/05 06:18
2020/09/05 06:21
2020/09/05 06:24
2020/09/05 06:25
2020/09/05 14:39
2020/09/07 04:38
2020/09/07 12:30
2020/09/07 12:37
2020/09/07 13:57