Skip to content

Commit

Permalink
update all the docs to match examples including for all translations
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Oct 17, 2023
1 parent b1792d0 commit a4ce9d3
Show file tree
Hide file tree
Showing 41 changed files with 2,500 additions and 3,697 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@ better matching the evented nature of the browser DOM.
As it is not a good idea to tie your tests to a specific version of any browser, the
Selenium project recommends using WebDriver BiDi wherever possible.

However, until the specification is complete there are many useful things that
CDP (Chrome DevTools Protocol) offers. To help keep your tests independent
and portable, Selenium offers some useful helper classes as well. At the
moment, they use the CDP, but soon it could be done using WebDriver BiDi.
While the specification is in works, the browser vendors are parallely implementing
the [WebDriver BiDirectional Protocol](https://w3c.github.io/webdriver-bidi/).
Refer [web-platform-tests dashboard](https://wpt.fyi/results/webdriver/tests/bidi?label=experimental&label=master&aligned&view=subtest)
to see how far along the browser vendors are.
Selenium is trying to keep up with the browser vendors and has started implementing W3C BiDi APIs.
The goal is to ensure APIs are W3C compliant and uniform among the different language bindings.

However, until the specification and corresponding Selenium implementation is complete there are many useful things that
CDP offers. Selenium offers some useful helper classes that use CDP.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@ better matching the evented nature of the browser DOM.
As it is not a good idea to tie your tests to a specific version of any browser, the
Selenium project recommends using WebDriver BiDi wherever possible.

However, until the specification is complete there are many useful things that
CDP (Chrome DevTools Protocol) offers. To help keep your tests independent
and portable, Selenium offers some useful helper classes as well. At the
moment, they use the CDP, but soon it could be done using WebDriver BiDi.
While the specification is in works, the browser vendors are parallely implementing
the [WebDriver BiDirectional Protocol](https://w3c.github.io/webdriver-bidi/).
Refer [web-platform-tests dashboard](https://wpt.fyi/results/webdriver/tests/bidi?label=experimental&label=master&aligned&view=subtest)
to see how far along the browser vendors are.
Selenium is trying to keep up with the browser vendors and has started implementing W3C BiDi APIs.
The goal is to ensure APIs are W3C compliant and uniform among the different language bindings.

However, until the specification and corresponding Selenium implementation is complete there are many useful things that
CDP offers. Selenium offers some useful helper classes that use CDP.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ Selenium正在与浏览器供应商合作创建
通过这样完善流事件的能力,
以便更好地匹配浏览器DOM的事件性质.

因为将测试受限于特定浏览器的特定版本是个坏主意,
Selenium项目建议尽可能使用WebDriver BiDi.
然而, 在规范完成之前, CDP提供了许多有用的东西.
为了帮助保持测试的独立性和可移植性,
Selenium提供了一些有用的辅助类.
目前, 这些应用程序使用CDP,
但我们将尽快提供WebDriver Bidi的实现.
While the specification is in works, the browser vendors are parallely implementing
the [WebDriver BiDirectional Protocol](https://w3c.github.io/webdriver-bidi/).
Refer [web-platform-tests dashboard](https://wpt.fyi/results/webdriver/tests/bidi?label=experimental&label=master&aligned&view=subtest)
to see how far along the browser vendors are.
Selenium is trying to keep up with the browser vendors and has started implementing W3C BiDi APIs.
The goal is to ensure APIs are W3C compliant and uniform among the different language bindings.

However, until the specification and corresponding Selenium implementation is complete there are many useful things that
CDP offers. Selenium offers some useful helper classes that use CDP.
Loading

0 comments on commit a4ce9d3

Please sign in to comment.