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
Thanks for contributing to the Selenium site and documentation! A PR well described will help maintainers to review and merge it quickly
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, and help reviewers by making them as simple and short as possible.
Partial Fixes Bug #2446 . zh-cn file is remaining, as not aware of language
The updated paragraph still mentions "If it is not editable..." which may conflict with the new "keyboard interactable" criteria; consider updating the error condition wording to reference keyboard-interactable or element not interactable per spec.
The [element send keys command](https://w3c.github.io/webdriver/#dfn-element-send-keys)
types the provided keys into an [keyboard interactable](https://w3c.github.io/webdriver/#dfn-keyboard-interactable) element.
Typically, this means an element is an input element of a form with a `text` type or an element
with a `content-editable` attribute. If it is not editable,
[an invalid element state](https://w3c.github.io/webdriver/#dfn-invalid-element-state) error is returned.
The "clear" bullet still says "content editable elements" and links to element-send-keys; consider verifying link and terminology for Clear per spec to avoid confusion alongside the updated send keys description.
*[clear](https://w3c.github.io/webdriver/#element-send-keys) (only applies to text fields and content editable elements)
* submit (only applies to form elements)
The phrase "an keyboard interactable element" is grammatically incorrect in English text segments; use "a keyboard-interactable element" and ensure consistency across locales.
The [element send keys command](https://w3c.github.io/webdriver/#dfn-element-send-keys)
types the provided keys into an [keyboard interactable](https://w3c.github.io/webdriver/#dfn-keyboard-interactable) element.
Typically, this means an element is an input element of a form with a `text` type or an element
with a `content-editable` attribute. If it is not editable,
[an invalid element state](https://w3c.github.io/webdriver/#dfn-invalid-element-state) error is returned.
Use the correct article and hyphenation for the spec term. Change "an keyboard interactable" to "a keyboard-interactable" to fix grammar and match the WebDriver terminology.
-types the provided keys into an [keyboard interactable](https://w3c.github.io/webdriver/#dfn-keyboard-interactable) element.+types the provided keys into a [keyboard-interactable](https://w3c.github.io/webdriver/#dfn-keyboard-interactable) element.
Apply / Chat
Suggestion importance[1-10]: 5
__
Why: The suggestion correctly identifies a grammatical error (an instead of a) and aligns the terminology (keyboard-interactable) with the official WebDriver specification, improving the documentation's correctness.
This file contains hidden or 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
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
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to review and merge it quickly
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, and help reviewers by making them as simple and short as possible.
Partial Fixes Bug #2446 . zh-cn file is remaining, as not aware of language
Description
Bug 2446 raises concern to change text from editable to keyboard interactable, as mentioned in the W3C
document of SendKeys.
Link -https://w3c.github.io/webdriver/#dfn-keyboard-interactable
Motivation and Context
To fix the bug raised.
Types of changes
Checklist
PR Type
Documentation
Description
Update terminology from "editable" to "keyboard interactable"
Align documentation with W3C WebDriver specification
Apply changes across multiple language versions
Diagram Walkthrough
File Walkthrough
interactions.en.md
Update terminology in English documentationwebsite_and_docs/content/documentation/webdriver/elements/interactions.en.md
description
interactions.ja.md
Update terminology in Japanese documentationwebsite_and_docs/content/documentation/webdriver/elements/interactions.ja.md
description
interactions.pt-br.md
Update terminology in Portuguese documentationwebsite_and_docs/content/documentation/webdriver/elements/interactions.pt-br.md
description