I have an SSIS package that has an execute process task that will fire the .net Framework executable file that I created. this executable is to Screen scrape a website using Selenium and ChromeDriver.
These are the arguments I have in ChromeDriver
"--allowed-ips"
"--disable-web-security"
"--allow-running-insecure-content"
"--allow-insecure-localhost"
"--ignore-urlfetcher-cert-requests"
"--incognito="""
"--whitelisted-ips="""
This is the error code I have in ADFv2: The process exit code was "-532462766\
FULL TEST CODE