You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## ElementNotVisibleException
-This exception is thrown when the element you are trying to interact with _is_ present in the DOM, but is not visible. +当您尝试与DOM中存在但不可见的元素进行交互时,会抛出此异常。-### Likely Cause+### 可能的原因-This can occur in several situations:-* Another element is blocking your intended element-* The element is disabled/invisible to the user+这可能发生在以下几种情况:+* 另一个元素阻挡了您想要交互的元素+* 该元素被禁用或对用户不可见-### Possible Solutions+### 可能的解决方案-This issue cannot always be resolved on the user's end, however when it can it is usually solved by the following: -using an explicit wait, or interacting with the page in such a way to make the element visible -(scrolling, clicking a button, etc.)+这个问题并不总是能在用户端解决,但是当可以解决时,通常可以通过以下方法:+使用显式等待,或以某种方式与页面交互使元素可见+(滚动、点击按钮等)
Apply this suggestion
Suggestion importance[1-10]: 9
Why: The suggestion to translate the newly added content into Chinese is highly relevant and improves consistency with the rest of the document, which is written in Chinese. This enhances readability and accessibility for the target audience.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
Added documentation coverage for ElementNotVisibleException
Description
added documentation for ElementNotVisibleException
updated all translations of common error's index.md
Motivation and Context
make documentation more comprehensive
Types of changes
Checklist
PR Type
Documentation
Description
ElementNotVisibleException
across multiple languages (English, Japanese, Portuguese, Chinese).Changes walkthrough 📝
_index.en.md
Document `ElementNotVisibleException` in English
website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.en.md
ElementNotVisibleException
._index.ja.md
Document `ElementNotVisibleException` in Japanese
website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.ja.md
ElementNotVisibleException
._index.pt-br.md
Document `ElementNotVisibleException` in Portuguese
website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.pt-br.md
ElementNotVisibleException
._index.zh-cn.md
Document `ElementNotVisibleException` in Chinese
website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.zh-cn.md
ElementNotVisibleException
.