-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added ElementClickInterceptedException to all languages #1914
Added ElementClickInterceptedException to all languages #1914
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Reviewer Guide 🔍
|
happy to add more errors/exceptions if we like this |
PR Code Suggestions ✨
|
@harsha509 is this pr missing anything? my plan is to slowly work my way through https://w3c.github.io/webdriver/#dfn-error-code |
website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.en.md
Outdated
Show resolved
Hide resolved
website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.en.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @shbenzer !
…y site] * removed hanging badge code * added ElementClickInterceptedException to all languages * reduced line count, added reference * Update _index.ja.md * Update _index.pt-br.md * Update _index.zh-cn.md * Update _index.en.md --------- Co-authored-by: Sri Harsha <[email protected]> 799d3c4
User description
Added section on ElementClickInterceptedException to all languages
Description
Added ElementClickInterceptedException section to all languages in Understanding Common Errors
Motivation and Context
feature #1276
Types of changes
Checklist
PR Type
Documentation
Description
ElementClickInterceptedException
to the troubleshooting documentation in multiple languages, detailing likely causes and possible solutions.Changes walkthrough 📝
_index.en.md
Add ElementClickInterceptedException details to English documentation
website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.en.md
ElementClickInterceptedException
section.Solutions" to "Possible Solutions".
_index.ja.md
Add ElementClickInterceptedException details to Japanese documentation
website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.ja.md
ElementClickInterceptedException
section.Solutions" to "Possible Solutions".
_index.pt-br.md
Add ElementClickInterceptedException details to Portuguese
documentation
website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.pt-br.md
ElementClickInterceptedException
section.Solutions" to "Possible Solutions".
_index.zh-cn.md
Add ElementClickInterceptedException details to Chinese documentation
website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.zh-cn.md
ElementClickInterceptedException
section.using_selenium.en.md
Remove unused badge code from English getting started guide
website_and_docs/content/documentation/webdriver/getting_started/using_selenium.en.md
using_selenium.ja.md
Remove unused badge code from Japanese getting started guide
website_and_docs/content/documentation/webdriver/getting_started/using_selenium.ja.md
using_selenium.pt-br.md
Remove unused badge code from Portuguese getting started guide
website_and_docs/content/documentation/webdriver/getting_started/using_selenium.pt-br.md
using_selenium.zh-cn.md
Remove unused badge code from Chinese getting started guide
website_and_docs/content/documentation/webdriver/getting_started/using_selenium.zh-cn.md