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
Copy file name to clipboardExpand all lines: website_and_docs/content/documentation/webdriver/elements/locators.en.md
+31-4
Original file line number
Diff line number
Diff line change
@@ -370,12 +370,39 @@ others it's as simple as setting a parameter in the FindElement function
370
370
371
371
### ByChained
372
372
373
-
The `ByChained` class enables you to _chain_ two By locators together. For example, instead of having to locate a parent element, and then a child element of that parent, you can instead combine those two `FindElement` functions into one.
373
+
The `ByChained` class enables you to _chain_ two By locators together. For example, instead of having to locate a parent element,
374
+
and then a child element of that parent, you can instead combine those two `FindElement()` functions into one.
Copy file name to clipboardExpand all lines: website_and_docs/content/documentation/webdriver/elements/locators.ja.md
+32-4
Original file line number
Diff line number
Diff line change
@@ -360,12 +360,40 @@ others it's as simple as setting a parameter in the FindElement function
360
360
361
361
### ByChained
362
362
363
-
The `ByChained` class enables you to _chain_ two By locators together. For example, instead of having to locate a parent element, and then a child element of that parent, you can instead combine those two `FindElement` functions into one.
363
+
The `ByChained` class enables you to _chain_ two By locators together. For example, instead of having to
364
+
locate a parent element, and then a child element of that parent, you can instead combine those two `FindElement`
Copy file name to clipboardExpand all lines: website_and_docs/content/documentation/webdriver/elements/locators.pt-br.md
+32-4
Original file line number
Diff line number
Diff line change
@@ -363,12 +363,40 @@ others it's as simple as setting a parameter in the FindElement function
363
363
364
364
### ByChained
365
365
366
-
The `ByChained` class enables you to _chain_ two By locators together. For example, instead of having to locate a parent element, and then a child element of that parent, you can instead combine those two `FindElement` functions into one.
366
+
The `ByChained` class enables you to _chain_ two By locators together. For example, instead of
367
+
having to locate a parent element, and then a child element of that parent, you can instead
368
+
combine those two `FindElement` functions into one.
Copy file name to clipboardExpand all lines: website_and_docs/content/documentation/webdriver/elements/locators.zh-cn.md
+32-4
Original file line number
Diff line number
Diff line change
@@ -363,12 +363,40 @@ others it's as simple as setting a parameter in the FindElement function
363
363
364
364
### ByChained
365
365
366
-
The `ByChained` class enables you to _chain_ two By locators together. For example, instead of having to locate a parent element, and then a child element of that parent, you can instead combine those two `FindElement` functions into one.
366
+
The `ByChained` class enables you to _chain_ two By locators together. For example,
367
+
instead of having to locate a parent element, and then a child element of that parent,
368
+
you can instead combine those two `FindElement` functions into one.
0 commit comments