Currently, the getAllElements() method provided by the CollectContent configuration does not receive a page address argument as part of the call. I have added this argument to the call so that it can be consumed by the end user when doing complex scraping strategies. I don't foresee this being a breaking change for your API, as it's just an extra arg in the args list but if you see an issue with it I'm happy to rewrite it however necessary!
The docs in the readme.md have also been updated as part of this PR to reflect the change.
Currently, the
getAllElements()
method provided by theCollectContent
configuration does not receive a page address argument as part of the call. I have added this argument to the call so that it can be consumed by the end user when doing complex scraping strategies. I don't foresee this being a breaking change for your API, as it's just an extra arg in the args list but if you see an issue with it I'm happy to rewrite it however necessary!The docs in the readme.md have also been updated as part of this PR to reflect the change.