Greasy Fork is available in English.

cypress-visibility

Code - github/cypress-io/cypress - to check if an element is visible

2024-01-01 기준 버전입니다. 최신 버전을 확인하세요.

이 스크립트는 직접 설치하는 용도가 아닙니다. 다른 스크립트에서 메타 지시문 // @require https://update.greasyfork.org/scripts/482857/1304414/cypress-visibility.js을(를) 사용하여 포함하는 라이브러리입니다.

작성자
flomk
버전
1.2
생성일
2023-12-22
갱신일
2024-01-01
크기
40.2KB
라이선스
해당 없음

This is a UMD using modified code from cypress generated with browserify

Exports:

isVisible
isHidden
isStrictlyHidden
isHiddenByAncestors
getReasonIsHidden
isW3CFocusable
isW3CRendered


LICENSE

MIT License

Copyright (c) 2021 Cypress.io

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.