You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two years later, if anyone wants to use visit, you use it within an a selector, and you can scrape this visited content too. The only issue is that GraphQL isn't recursive and you can't create a fragment that would result in a loop/recursion (like following a pagination).
A simple example that visits all td.title > a websites and return their <title>.
I love this idea! I was wondering if there's crawling support (basically go to the links of all links on the page), or if there's any plans to add it?
The text was updated successfully, but these errors were encountered: