How to pass arguments while creating chrome webdriver in robot framework

@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 -