Skip to content

Commit 2cd75e7

Browse files
SeleniumHQ#993 issue grammar fix (SeleniumHQ#1089)
* SeleniumHQ#993 issue grammar fix * Update website_and_docs/content/documentation/webdriver/bidirectional/_index.en.md Co-authored-by: Diego Molina <[email protected]> * Update website_and_docs/content/documentation/webdriver/bidirectional/_index.en.md * Update website_and_docs/content/documentation/webdriver/bidirectional/_index.ja.md * Update website_and_docs/content/documentation/webdriver/bidirectional/_index.pt-br.md Co-authored-by: Diego Molina <[email protected]> Fixes SeleniumHQ#993 [deploy site]
1 parent 93b32c8 commit 2cd75e7

File tree

3 files changed

+21
-15
lines changed

3 files changed

+21
-15
lines changed

website_and_docs/content/documentation/webdriver/bidirectional/_index.en.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ The traditional WebDriver model of strict request/response commands will be supp
1919
with the ability to stream events from the user agent to the controlling software via WebSockets,
2020
better matching the evented nature of the browser DOM.
2121

22-
Because it's a bad idea to tie your tests to a specific version of a specific browser,
23-
the Selenium project recommends using WebDriver BiDi wherever possible.
24-
However, until the spec is complete there are many useful things that the CDP offers.
25-
To help keep your tests independent and portable, Selenium offers some useful helper classes.
26-
At the moment, these use the CDP, but when we shall be using WebDriver Bidi as soon as possible
22+
As it is not a good idea to tie your tests to a specific version of any browser, the
23+
Selenium project recommends using WebDriver BiDi wherever possible.
24+
25+
However, until the specification is complete there are many useful things that
26+
CDP (Chrome DevTools Protocol) offers. To help keep your tests independent
27+
and portable, Selenium offers some useful helper classes as well. At the
28+
moment, they use the CDP, but soon it could be done using WebDriver BiDi.

website_and_docs/content/documentation/webdriver/bidirectional/_index.ja.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ The traditional WebDriver model of strict request/response commands will be supp
2828
with the ability to stream events from the user agent to the controlling software via WebSockets,
2929
better matching the evented nature of the browser DOM.
3030

31-
Because it's a bad idea to tie your tests to a specific version of a specific browser,
32-
the Selenium project recommends using WebDriver BiDi wherever possible.
33-
However, until the spec is complete there are many useful things that the CDP offers.
34-
To help keep your tests independent and portable, Selenium offers some useful helper classes.
35-
At the moment, these use the CDP, but when we shall be using WebDriver Bidi as soon as possible
31+
As it is not a good idea to tie your tests to a specific version of any browser, the
32+
Selenium project recommends using WebDriver BiDi wherever possible.
33+
34+
However, until the specification is complete there are many useful things that
35+
CDP (Chrome DevTools Protocol) offers. To help keep your tests independent
36+
and portable, Selenium offers some useful helper classes as well. At the
37+
moment, they use the CDP, but soon it could be done using WebDriver BiDi.

website_and_docs/content/documentation/webdriver/bidirectional/_index.pt-br.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ The traditional WebDriver model of strict request/response commands will be supp
2828
with the ability to stream events from the user agent to the controlling software via WebSockets,
2929
better matching the evented nature of the browser DOM.
3030

31-
Because it's a bad idea to tie your tests to a specific version of a specific browser,
32-
the Selenium project recommends using WebDriver BiDi wherever possible.
33-
However, until the spec is complete there are many useful things that the CDP offers.
34-
To help keep your tests independent and portable, Selenium offers some useful helper classes.
35-
At the moment, these use the CDP, but when we shall be using WebDriver Bidi as soon as possible
31+
As it is not a good idea to tie your tests to a specific version of any browser, the
32+
Selenium project recommends using WebDriver BiDi wherever possible.
33+
34+
However, until the specification is complete there are many useful things that
35+
CDP (Chrome DevTools Protocol) offers. To help keep your tests independent
36+
and portable, Selenium offers some useful helper classes as well. At the
37+
moment, they use the CDP, but soon it could be done using WebDriver BiDi.

0 commit comments

Comments
 (0)