When I get children:
When I get children Copy
When I get children
Get the children of each DOM element within a set of DOM elements.
The querying behavior of this command matches exactly how .children() works in jQuery.
.children()
A preceding step like "When I find form" is required. For example:
When I find form And I get children And I get last element And I click Copy
When I find form And I get children And I get last element And I click
When I get children:
Get the children of each DOM element within a set of DOM elements.
The querying behavior of this command matches exactly how
.children()
works in jQuery.