Hello,
I am a newbie to use ZAP for selenium UI test integration.
Could someone please help on excluding urls other than the one being tested?
I tried using the method exclude
api.ascan.excludeFromScan(regex)
But somehow it does not seem to work..
I tried the regex on the online builders no luck
Is there a way to exclude all except the one as target?
api.spider.scan(targetUrl,"5", "True", null, null);
api.ascan.scan(targetUrl, "True", "True", null, null, null)
Pardon if the questions seems too naive.
Thank you.