diff --git a/docs/commands/element/waitForClickable.mdx b/docs/commands/element/waitForClickable.mdx
index 26275da8..1fca5f76 100644
--- a/docs/commands/element/waitForClickable.mdx
+++ b/docs/commands/element/waitForClickable.mdx
@@ -6,11 +6,6 @@ import Admonition from "@theme/Admonition";
Use the `waitForClickable` command to wait until an element becomes clickable or unclickable within a specified number of milliseconds.
-
- Unlike other element commands, Testplane will not wait for the element to exist before executing
- this command.
-
-
## Usage {#usage}
```javascript
diff --git a/docs/commands/element/waitForDisplayed.mdx b/docs/commands/element/waitForDisplayed.mdx
index b3980537..d1240eea 100644
--- a/docs/commands/element/waitForDisplayed.mdx
+++ b/docs/commands/element/waitForDisplayed.mdx
@@ -6,11 +6,6 @@ import Admonition from "@theme/Admonition";
Use the `waitForDisplayed` command to wait until an element becomes displayed or not displayed within a specified number of milliseconds.
-
- Unlike other element commands, Testplane will not wait for the element to exist before executing
- this command.
-
-
## Usage {#usage}
```javascript
diff --git a/docs/commands/element/waitForEnabled.mdx b/docs/commands/element/waitForEnabled.mdx
index 2376413e..94695775 100644
--- a/docs/commands/element/waitForEnabled.mdx
+++ b/docs/commands/element/waitForEnabled.mdx
@@ -6,11 +6,6 @@ import Admonition from "@theme/Admonition";
Use the `waitForEnabled` command to wait until an element becomes enabled or disabled within a specified number of milliseconds.
-
- Unlike other element commands, Testplane will not wait for the element to exist before executing
- this command.
-
-
## Usage {#usage}
```javascript
diff --git a/docs/commands/element/waitForExist.mdx b/docs/commands/element/waitForExist.mdx
index 00751201..83727cf1 100644
--- a/docs/commands/element/waitForExist.mdx
+++ b/docs/commands/element/waitForExist.mdx
@@ -8,11 +8,6 @@ Use the `waitForExist` command to wait until an element appears in the DOM withi
The command returns `true` if the selector matches at least one element existing in the DOM; otherwise, it throws an error. If the `reverse` parameter is set to `true`, the command reverses its logic and returns `true` if the selector matches no elements.
-
- Unlike other element commands, Testplane will not wait for the element to exist before executing
- this command.
-
-
## Usage {#usage}
```javascript
diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/commands/element/waitForClickable.mdx b/i18n/ru/docusaurus-plugin-content-docs/current/commands/element/waitForClickable.mdx
index 70729b02..5704ff8e 100644
--- a/i18n/ru/docusaurus-plugin-content-docs/current/commands/element/waitForClickable.mdx
+++ b/i18n/ru/docusaurus-plugin-content-docs/current/commands/element/waitForClickable.mdx
@@ -6,11 +6,6 @@ import Admonition from "@theme/Admonition";
Используйте команду `waitForClickable`, чтобы подождать, пока элемент в течение указанного количества миллисекунд не станет кликабельным или не кликабельным.
-
- В отличие от других команд элемента, testplane не будет дожидаться существования элемента, чтобы
- выполнить эту команду.
-
-
## Использование {#usage}
```javascript
diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/commands/element/waitForDisplayed.mdx b/i18n/ru/docusaurus-plugin-content-docs/current/commands/element/waitForDisplayed.mdx
index 69825974..8eac4c5b 100644
--- a/i18n/ru/docusaurus-plugin-content-docs/current/commands/element/waitForDisplayed.mdx
+++ b/i18n/ru/docusaurus-plugin-content-docs/current/commands/element/waitForDisplayed.mdx
@@ -6,11 +6,6 @@ import Admonition from "@theme/Admonition";
Используйте команду `waitForDisplayed`, чтобы подождать, пока элемент в течение указанного количества миллисекунд не станет отображаемым или не отображаемым.
-
- В отличие от других команд элемента, testplane не будет дожидаться существования элемента, чтобы
- выполнить эту команду.
-
-
## Использование {#usage}
```javascript
diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/commands/element/waitForEnabled.mdx b/i18n/ru/docusaurus-plugin-content-docs/current/commands/element/waitForEnabled.mdx
index 43095b99..7c46c244 100644
--- a/i18n/ru/docusaurus-plugin-content-docs/current/commands/element/waitForEnabled.mdx
+++ b/i18n/ru/docusaurus-plugin-content-docs/current/commands/element/waitForEnabled.mdx
@@ -6,11 +6,6 @@ import Admonition from "@theme/Admonition";
Используйте команду `waitForEnabled`, чтобы подождать, пока элемент в течение указанного количества миллисекунд не станет включенным _(enabled)_ или отключенным _(disabled)_.
-
- В отличие от других команд элемента, testplane не будет дожидаться существования элемента, чтобы
- выполнить эту команду.
-
-
## Использование {#usage}
```javascript
diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/commands/element/waitForExist.mdx b/i18n/ru/docusaurus-plugin-content-docs/current/commands/element/waitForExist.mdx
index cb506231..308d43b4 100644
--- a/i18n/ru/docusaurus-plugin-content-docs/current/commands/element/waitForExist.mdx
+++ b/i18n/ru/docusaurus-plugin-content-docs/current/commands/element/waitForExist.mdx
@@ -8,11 +8,6 @@ import Admonition from "@theme/Admonition";
Команда возвращает значение `true`, если селектор соответствует хотя бы одному элементу, существующему в DOM, в противном случае выдает ошибку. Если параметр `reverse` имеет значение `true`, то команда поменяет логику и вернет значение `true`, если селектор не соответствует ни одному элементу.
-
- В отличие от других команд элемента, testplane не будет дожидаться существования элемента, чтобы
- выполнить эту команду.
-
-
## Использование {#usage}
```javascript