Skip to content

setBrowserLogLevel (UI Automation - Manipulation)

Compatible with:
  • Purpose
  • Sets the threshold for browser-side logging messages; log messages beneath this threshold will be discarded. Valid logLevel strings are: "debug", "info", "warn", "error" or "off". To see the browser logs, you need to either show the log window in GUI mode, or enable browser-side logging in QaSCRIBE RC.
  • Syntax
  • setBrowserLogLevel(logLevel)
  • Target
  • logLevel - one of the following: "debug", "info", "warn", "error" or "off"
  • Value
  • N/A
  • Return Value
  • N/A

 

Feedback and Knowledge Base