How do I pass ChromeOptions in Selenium Python?

How do I pass ChromeOptions in Selenium Python?

For ChromeOptions, we’ll need to make an object for that class. Then we’ll use the add argument method to pass the option we wish to send to the browser to the method as a parameter. Finally, the web driver must be informed of this information.