{"record":{"id":"2e0ba625a0d2366f","repo":"grafana/k6","slug":"checking-is-q-in-viewport-w","errorCode":null,"errorMessage":"checking is %q in viewport: %w","messagePattern":"checking is %q in viewport: %w","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"internal/js/modules/k6/browser/common/locator.go","lineNumber":270,"sourceCode":"\topts.Strict = true\n\tdisabled, err := l.frame.isDisabled(l.selector, opts)\n\tif err != nil {\n\t\treturn false, fmt.Errorf(\"checking is %q disabled: %w\", l.selector, err)\n\t}\n\n\treturn disabled, nil\n}\n\n// IsInViewport returns true if the element matches the locator's selector and\n// intersects the viewport by at least the requested ratio. Otherwise, returns\n// false.\nfunc (l *Locator) IsInViewport(opts *FrameIsInViewportOptions) (bool, error) {\n\tl.log.Debugf(\"Locator:IsInViewport\", \"fid:%s furl:%q sel:%q opts:%+v\", l.frame.ID(), l.frame.URL(), l.selector, opts)\n\n\topts.Strict = true\n\tinViewport, err := l.frame.isInViewport(l.selector, opts)\n\tif err != nil {\n\t\treturn false, fmt.Errorf(\"checking is %q in viewport: %w\", l.selector, err)\n\t}\n\n\treturn inViewport, nil\n}\n\n// IsVisible returns true if the element matches the locator's\n// selector and is visible. Otherwise, returns false.\nfunc (l *Locator) IsVisible() (bool, error) {\n\tl.log.Debugf(\"Locator:IsVisible\", \"fid:%s furl:%q sel:%q\", l.frame.ID(), l.frame.URL(), l.selector)\n\n\tvisible, err := l.frame.isVisible(l.selector, &FrameIsVisibleOptions{Strict: true})\n\tif err != nil {\n\t\treturn false, fmt.Errorf(\"checking is %q visible: %w\", l.selector, err)\n\t}\n\n\treturn visible, nil\n}\n","sourceCodeStart":252,"sourceCodeEnd":288,"githubUrl":"https://github.com/grafana/k6/blob/93accf6570dcd306ca5e99cc44c393ee3797761b/internal/js/modules/k6/browser/common/locator.go#L252-L288","documentation":"Error \"checking is %q in viewport: %w\" thrown in grafana/k6.","triggerScenarios":"Thrown at internal/js/modules/k6/browser/common/locator.go:270 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"}