ChainedFinder constructor

ChainedFinder(
  1. FinderBase<Element> parent
)

Create a Finder chained against the candidates of another parent Finder.

Implementation

ChainedFinder(this.parent);