Skip to content

Update Chinese translation of "shared_capabilities" #475

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

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ WebDriver提供了每个远程端将 (或应该) 支持实现的功能.
此功能用于设置既定会话的 `browserName` .
如果未在远端安装指定的浏览器,
则会话创建将失败
This capability is used to set the `browserName` for a given session.
If the specified browser is not installed at the
remote end, the session creation will fail

## browserVersion:

Expand Down Expand Up @@ -124,7 +121,7 @@ WebDriver创建新会话时,

## strictFileInteractability

The new capabilitiy indicates if strict interactability checks
should be applied to _input type=file_ elements. As strict interactability
checks are off by default, there is a change in behaviour
when using _Element Send Keys_ with hidden file upload controls.
新功能用于是否对 _类型为文件的输入(input type=file)_ 元素进行严格的交互性检查.
默认关闭严格性检查,
在将 _元素的Send Keys_ 方法作用于隐藏的文件上传时,
会有控制方面的行为区别.