I have to add below arguments in while creating chrome driver in robot
I use below methods to add arguments -
Call Method ${chrome_options} add_argument incognito
Similarly I have to add below arguments , Thanks in advance
@damies13
I used like this way but not working -
Call Method ${chrome_options} add_experimental_option excludeSwitches enable-automation
Call Method ${chrome_options} add_experimental_option useAutomationExtension False
Actually I am trying to add these arguments because I am facing issue mentioned in this link -