diff --git a/website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.en.md b/website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.en.md
index 38ba7a0a5f2a..c29b50e2ea8b 100644
--- a/website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.en.md
+++ b/website_and_docs/content/documentation/webdriver/troubleshooting/errors/_index.en.md
@@ -163,3 +163,19 @@ This exception occurs when the WebDriver is unable to create a new session for t
- On macOS, go to **System Settings > Privacy & Security**, and allow the driver to run if blocked.
- Verify the driver binary is executable (`chmod +x /path/to/driver` on Linux/macOS).
+## ElementNotInteractableException
+
+This exception occurs when Selenium tries to interact with an element that is not interactable in its current state.
+
+### Likely Cause
+
+1. **Unsupported Operation**: Performing an action, like `sendKeys`, on an element that doesn’t support it (e.g., `