Hi,I'm starting to learn OWASP ZAP with selenium, and I have few questions I need clarity on,1. Does the scan goes through every page in the website or it only scan the landing page? and if not, do I need to call the scan method() every time I navigate through pages?
2. And with the auto generated report, using clientApi.core.htmlreport() always come with unwanted url, like update.googleapis, storage.googleapis, how do i filter this?