containing()
Returns a new OutputAssertion for any elements that are contained by the current set of elements (i.e. container content), directly or indirectly, which match the given selection filter.
containing(select: OutputSelectFilter): OutputAssertion;
Related
class OutputAssertion
A class that provides assertion methods to be applied to a selection of rendered output elements.
