File tree 3 files changed +21
-15
lines changed
website_and_docs/content/documentation/webdriver/bidirectional
3 files changed +21
-15
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,10 @@ The traditional WebDriver model of strict request/response commands will be supp
19
19
with the ability to stream events from the user agent to the controlling software via WebSockets,
20
20
better matching the evented nature of the browser DOM.
21
21
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.
Original file line number Diff line number Diff line change @@ -28,8 +28,10 @@ The traditional WebDriver model of strict request/response commands will be supp
28
28
with the ability to stream events from the user agent to the controlling software via WebSockets,
29
29
better matching the evented nature of the browser DOM.
30
30
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.
Original file line number Diff line number Diff line change @@ -28,8 +28,10 @@ The traditional WebDriver model of strict request/response commands will be supp
28
28
with the ability to stream events from the user agent to the controlling software via WebSockets,
29
29
better matching the evented nature of the browser DOM.
30
30
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.
You can’t perform that action at this time.
0 commit comments