You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can do this because both the _WebDriver_ and _WebElement_ types
73
-
implement the [_SearchContext_](//seleniumhq.github.io/selenium/docs/api/java/org/openqa/selenium/SearchContext.html>SearchContext)
74
-
interface. In WebDriver, this is known as a _role-based interface_.
72
+
Dit is mogelijk omdat zowel _WebDriver_ als _WebElement_ de [_SearchContext_](//seleniumhq.github.io/selenium/docs/api/java/org/openqa/selenium/SearchContext.html>SearchContext)
73
+
interface implementeren. Binnen WebDriver staat dit bekend als een _role-based interface_.
74
+
75
+
76
+
. In WebDriver, this is known as a _role-based interface_.
75
77
Role-based interfaces allow you to determine whether a particular
76
78
driver implementation supports a given feature. These interfaces are
77
79
clearly defined and try to adhere to having only a single role of
0 commit comments