This is probably a toughy since scraper doesn't support XPath selectors, but optimally, I'd like to be able to choose between XPath and CSS selectors. Even better, I'd like to not have to manually specify which one it is and rather just let the application parse the selector type.
This is probably a toughy since
scraper
doesn't support XPath selectors, but optimally, I'd like to be able to choose between XPath and CSS selectors. Even better, I'd like to not have to manually specify which one it is and rather just let the application parse the selector type.