The docs claim that the method has the signature getConsoleLogs(type = undefined) and undefined means "all". "all" is not an accepted value for type. We should either fix the docs (and say "type can be false to disable filtering") or the code to properly handle "all".