diff --git a/docs/commands/element/waitForClickable.mdx b/docs/commands/element/waitForClickable.mdx
index 26275da..1fca5f7 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 b398053..d1240ee 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 2376413..9469577 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 0075120..83727cf 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 70729b0..5704ff8 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 6982597..8eac4c5 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 43095b9..7c46c24 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 cb50623..308d43b 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