{"record":{"id":"88cb74c2eec14d88","repo":"grafana/k6","slug":"checking-is-q-hidden-w","errorCode":null,"errorMessage":"checking is %q hidden: %w","messagePattern":"checking is %q hidden: %w","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"internal/js/modules/k6/browser/common/frame.go","lineNumber":1541,"sourceCode":"\thidden, err := f.isHidden(selector, opts)\n\tif err != nil {\n\t\treturn false, err\n\t}\n\n\treturn hidden, nil\n}\n\nfunc (f *Frame) isHidden(selector string, opts *FrameIsHiddenOptions) (bool, error) {\n\tisHidden := func(apiCtx context.Context, handle *ElementHandle) (any, error) {\n\t\tv, err := handle.isHidden(apiCtx) // Zero timeout when checking state\n\t\tif errors.Is(err, ErrTimedOut) {  // We don't care about timeout errors here!\n\t\t\treturn v, nil\n\t\t}\n\t\treturn v, err\n\t}\n\tv, err := f.runActionOnSelector(f.ctx, selector, opts.Strict, isHidden, func() bool { return true })\n\tif err != nil {\n\t\treturn false, fmt.Errorf(\"checking is %q hidden: %w\", selector, err)\n\t}\n\n\treturn v, nil\n}\n\n// IsVisible returns true if the first element that matches the selector\n// is visible. Otherwise, returns false.\nfunc (f *Frame) IsVisible(selector string, opts *FrameIsVisibleOptions) (bool, error) {\n\tf.log.Debugf(\"Frame:IsVisible\", \"fid:%s furl:%q sel:%q\", f.ID(), f.URL(), selector)\n\n\tvisible, err := f.isVisible(selector, opts)\n\tif err != nil {\n\t\treturn false, err\n\t}\n\n\treturn visible, nil\n}\n","sourceCodeStart":1523,"sourceCodeEnd":1559,"githubUrl":"https://github.com/grafana/k6/blob/93accf6570dcd306ca5e99cc44c393ee3797761b/internal/js/modules/k6/browser/common/frame.go#L1523-L1559","documentation":"Error \"checking is %q hidden: %w\" thrown in grafana/k6.","triggerScenarios":"Thrown at internal/js/modules/k6/browser/common/frame.go:1541 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"93accf6570dcd306ca5e99cc44c393ee3797761b","analyzedAt":"2026-08-15T21:23:27.118Z","schemaVersion":2},"datasetVersion":"2026-08-15T22:17:37.221Z"}