Function When_I_get_children

  • When I get children:

    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.

    Returns void

    When I get 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