{"record":{"id":"2b0f5ab6cb093bc6","repo":"grafana/k6","slug":"checking-is-q-enabled-unexpected-type-t","errorCode":null,"errorMessage":"checking is %q enabled: unexpected type %T","messagePattern":"checking is %q enabled: unexpected type %T","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"internal/js/modules/k6/browser/common/frame.go","lineNumber":1475,"sourceCode":"func (f *Frame) isEnabled(selector string, opts *FrameIsEnabledOptions) (bool, error) {\n\tisEnabled := func(apiCtx context.Context, handle *ElementHandle) (any, error) {\n\t\tv, err := handle.isEnabled(apiCtx, 0) // 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\tact := f.newAction(\n\t\tselector, DOMElementStateAttached, opts.Strict, isEnabled, []string{}, false, withRetry, true, opts.Timeout,\n\t)\n\tv, err := call(f.ctx, act, opts.Timeout)\n\tif err != nil {\n\t\treturn false, errorFromDOMError(err)\n\t}\n\n\tbv, ok := v.(bool)\n\tif !ok {\n\t\treturn false, fmt.Errorf(\"checking is %q enabled: unexpected type %T\", selector, v)\n\t}\n\n\treturn bv, nil\n}\n\n// IsDisabled returns true if the first element that matches the selector\n// is disabled. Otherwise, returns false.\nfunc (f *Frame) IsDisabled(selector string, opts *FrameIsDisabledOptions) (bool, error) {\n\tf.log.Debugf(\"Frame:IsDisabled\", \"fid:%s furl:%q sel:%q\", f.ID(), f.URL(), selector)\n\n\tdisabled, err := f.isDisabled(selector, opts)\n\tif err != nil {\n\t\treturn false, fmt.Errorf(\"checking is %q disabled: %w\", selector, err)\n\t}\n\n\treturn disabled, nil\n}\n","sourceCodeStart":1457,"sourceCodeEnd":1493,"githubUrl":"https://github.com/grafana/k6/blob/93accf6570dcd306ca5e99cc44c393ee3797761b/internal/js/modules/k6/browser/common/frame.go#L1457-L1493","documentation":"Error \"checking is %q enabled: unexpected type %T\" thrown in grafana/k6.","triggerScenarios":"Thrown at internal/js/modules/k6/browser/common/frame.go:1475 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"}