From de3eda9fd4d8f6d02a2ba3deb996f1058e8946e2 Mon Sep 17 00:00:00 2001 From: Madh93 Date: Wed, 1 Jan 2020 11:08:46 +0000 Subject: [PATCH] Fix: fixes SearchContext url for EN and DE --- .../getting_started_with_webdriver/locating_elements.de.md | 2 +- .../getting_started_with_webdriver/locating_elements.en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 2e7b4a80dfa5..2186347224dd 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 adf190c3f66b..f58277fcc4a0 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