ChainedFinder constructor
- FinderBase<
Element> parent
Create a Finder chained against the candidates of another parent
Finder.
Implementation
ChainedFinder(this.parent);
Create a Finder chained against the candidates of another parent
Finder.
ChainedFinder(this.parent);