How to suppress console error/warning/info messages when executing selenium python scripts using chrome canary

后端 未结 5 687
囚心锁ツ
囚心锁ツ 2020-12-09 16:21

I am running python script (complete script link below) for selenium test using Chrome Canary. The test seems to be running fine, however, there are lots of error/warning/in

5条回答
  •  半阙折子戏
    2020-12-09 16:49

    You can take help of below link.

    List of Chromium Command Line Switches

    "--log-level" sets the minimum log level. Valid values are from 0 to 3: INFO = 0, WARNING = 1, LOG_ERROR = 2, LOG_FATAL = 3.

提交回复
热议问题