I'm facing an issue when I try to open the browser with RobotFramework in chrome. For some reason chrome forces me to choose the profile. I've tried to add arguments to the options parameter in Open Browser command which indicates the desired profile but for some reason it ends with the same pop-up window again.
Open Browser ${FINESSE_URL} ${BROWSER} options=add_argument("--ignore-certificate-errors");add_argument("--disable-notifications");add_argument("--disable-logging");add_argument("--profile-directory=Default");add_argument("--user-data-dir\=C:/Users/pc/AppData/Local/Google/Chrome/User Data");