Esempio n. 1
0
 protected override string GetNextPage(IHtmlDocument dom)
 {
     return(_nexPageConfig?._querySelector(dom, _currentPage));
 }