Hello Folks,
You might see below dialog box when you download any file in Chrome browser and it finds that it is harmful for your computer:

This is a window/browser popup which can not be inspected. You can suppress this warning message using ChromeOptions. You need to set “safebrowsing.enabled” as true.
Java Code:
[java]import java.io.File; import java.io.IOException; import java.util.HashMap;
import java.util.Map;