selectChildAt
Returns a TestNodeSelection that further filters the current one, by selecting the child TestNode at index.
This assumes that there is order in the Component
s children. For example, the first one defined inside a Column
or Row
will be the one at index 0.
If the current TestNodeSelection has no children or a child at the given index then assertions (other than assertDoesNotExist) on the result will throw an AssertionError.