Corion / WWW-Mechanize-Chrome

automate the Chrome browser

Home Page:https://metacpan.org/release/WWW-Mechanize-Chrome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible to suppress of annoying Chrome errors?

sdondley opened this issue · comments

I'll often get errors in the output of Chrome. Here's a sample:

2018-07-08 13:13:20.143 Google Chrome[78169:25078696] *** Owner supplied to -[NSTrackingArea initWithRect:options:owner:userInfo:] referenced a deall
ocating object. Tracking area behavior is undefined. Break on NSTrackingAreaDeallocatingOwnerError to debug.
2018-07-08 13:13:22.963 Google Chrome[78169:25078696] *** Owner supplied to -[NSTrackingArea initWithRect:options:owner:userInfo:] referenced a deall
ocating object. Tracking area behavior is undefined. Break on NSTrackingAreaDeallocatingOwnerError to debug.
2018-07-08 13:13:25.752 Google Chrome[78169:25078696] Error loading /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio:  d
lopen(/Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio, 262): no suitable image found.  Did find:
  /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: no matching architecture in universal wrapper
  /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: no matching architecture in universal wrapper
2018-07-08 13:13:25.752 Google Chrome[78169:25078696] Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-0003939615B6 in CFBu
ndle/CFPlugIn 0x7ff6a0ce1530 </Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin> (bundle, not loaded)

They clutter up my tests. Wondering if there is a known way to suppress them?

By the way, I tried the --disable-extensions launch_arg but it had no effect.