diff --git a/docs_source_files/content/getting_started_with_webdriver/locating_elements.de.md b/docs_source_files/content/getting_started_with_webdriver/locating_elements.de.md index 8e85c8a15bf1..b56991059398 100644 --- a/docs_source_files/content/getting_started_with_webdriver/locating_elements.de.md +++ b/docs_source_files/content/getting_started_with_webdriver/locating_elements.de.md @@ -76,7 +76,7 @@ val cheddar = cheese.findElement(By.id("cheddar")) {{< / code-tab >}} You can do this because both the _WebDriver_ and _WebElement_ types -implement the [_SearchContext_](//seleniumhq.github.io/selenium/docs/api/java/org/openqa/selenium/SearchContext.html>SearchContext) +implement the [_SearchContext_](//seleniumhq.github.io/selenium/docs/api/java/org/openqa/selenium/SearchContext.html) interface. In WebDriver, this is known as a _role-based interface_. Role-based interfaces allow you to determine whether a particular driver implementation supports a given feature. These interfaces are diff --git a/docs_source_files/content/getting_started_with_webdriver/locating_elements.en.md b/docs_source_files/content/getting_started_with_webdriver/locating_elements.en.md index 1bb05728a16c..500a7089d741 100644 --- a/docs_source_files/content/getting_started_with_webdriver/locating_elements.en.md +++ b/docs_source_files/content/getting_started_with_webdriver/locating_elements.en.md @@ -70,7 +70,7 @@ val cheddar = cheese.findElement(By.id("cheddar")) {{< / code-tab >}} You can do this because both the _WebDriver_ and _WebElement_ types -implement the [_SearchContext_](//seleniumhq.github.io/selenium/docs/api/java/org/openqa/selenium/SearchContext.html>SearchContext) +implement the [_SearchContext_](//seleniumhq.github.io/selenium/docs/api/java/org/openqa/selenium/SearchContext.html) interface. In WebDriver, this is known as a _role-based interface_. Role-based interfaces allow you to determine whether a particular driver implementation supports a given feature. These interfaces are