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: src/docs/handbook/web-testing/page-element-query-language.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -508,7 +508,7 @@ especially when the system under test uses a consistent convention to name eleme
508
508
509
509
Similarly to how you [transform answers to individual questions](/handbook/web-testing/page-element-query-language/#transforming-answers-to-questions),
510
510
you can also transform each element in a collection
511
-
using [`PageElements#eachMappedTo`](/api/web/class/PageElements#eachMappedTo) API
511
+
using the [`PageElements#eachMappedTo`](/api/web/class/PageElements#eachMappedTo) API
512
512
and providing a [meta-question](/api/core/interface/MetaQuestion) to be used for the mapping.
513
513
514
514
For example, just how you'd use the meta-question about [`Text`](/api/web/class/Text/) to retrieve the text
0 commit comments