Skip to content

Commit 672d138

Browse files
Merge pull request #60 from gemini-testing/TESTPLANE-459.cdp_vs_webriver_local
docs: purge extra selenium-standalone notes
2 parents c5c89d7 + d051a81 commit 672d138

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

docs/reference/testplane-events.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1553,8 +1553,8 @@ module.exports = (testplane, opts) => {
15531553
```javascript
15541554
module.exports = {
15551555
// tests will be run in a local browser,
1556-
// see selenium-standalone in the "Quick Start" section
1557-
gridUrl: "http://localhost:4444/wd/hub",
1556+
// see https://testplane.io/docs/v8/guides/local-browsers/
1557+
gridUrl: "local",
15581558
// specify the path to the dev server
15591559
baseUrl: "http://localhost:3000",
15601560

docs/reference/webdriver-vs-cdp.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Additionally, the WebDriver protocol is used as the base protocol for automating
2323
- Out of the box, it does not allow tracking and intercepting network events (mocking requests/responses);
2424
- Limited set of automation capabilities (e.g., no ability to control network bandwidth or CPU performance): the protocol covers only basic user interaction scenarios with the browser;
2525
- No ability to subscribe to browser events (e.g., get information from the browser that a new tab has opened);
26-
- Requires additional setup (installing _selenium-standalone_, necessary browser drivers, etc.).
2726

2827
## CDP
2928

@@ -60,7 +59,6 @@ For example, the [Runtime][cdp-runtime] domain allows inspecting the state of Ja
6059
- [Manage CPU performance][how-to-manage-cpu-performance]
6160
- [Hide scrollbars][how-to-hide-scrollbars-by-cdp]
6261
- And more.
63-
- No need to set up _selenium-standalone_ or browser drivers: just having a local Chrome browser is enough.
6462

6563
### Cons
6664

i18n/ru/docusaurus-plugin-content-docs/current/reference/testplane-events.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1552,7 +1552,7 @@ module.exports = (testplane, opts) => {
15521552
```javascript
15531553
module.exports = {
15541554
// тесты будут запускаться в локальном браузере,
1555-
// см. про selenium-standalone в разделе «Быстрый старт»
1555+
// см. https://testplane.io/ru/docs/v8/guides/local-browsers/
15561556
gridUrl: "http://localhost:4444/wd/hub",
15571557
// указываем путь к dev-серверу
15581558
baseUrl: "http://localhost:3000",

i18n/ru/docusaurus-plugin-content-docs/current/reference/webdriver-vs-cdp.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
- из коробки не позволяет отслеживать и перехватывать сетевые события (мок запросов/ответов);
2424
- ограниченный набор возможностей для автоматизации (например, нет возможности управлять пропускной способностью сети или производительностью CPU): протокол охватывает только основные пользовательские сценарии взаимодействия с браузером;
2525
- нет возможности подписаться на браузерные события (например, получить информацию от браузера, что открылась новая вкладка);
26-
- нужны дополнительные «пляски с бубном» для работы (установка _selenium-standalone,_ необходимых драйверов к браузерам и т. п.).
2726

2827
## CDP
2928

@@ -60,7 +59,6 @@ API протокола поделено логическим образом на
6059
- [управлять быстродействием процессора][how-to-manage-cpu-performance]
6160
- [скрывать скроллбары][how-to-hide-scrollbars-by-cdp]
6261
- и т. д.
63-
- не нужно настраивать _selenium-standalone_ или драйверы к браузерам: достаточно иметь локальный Chrome-браузер.
6462

6563
### Минусы
6664

0 commit comments

Comments
 (0)