await crawler.addRequests([ "https://www.foo.bar/page", ])
RequestQueueOperationOptions
with addRequests, not the same EnqueueLinksOptions
that I can use with enqueueLinks()
.await crawler.addRequests([{ url: 'https://www.foo.bar/page, label: 'start-url', }]);