파이썬 excludeSwitches

options = webdriver.ChromeOptions() options.add_experimental_option("excludeSwitches", ["enable-automation"]) caps = options.to_capabilities() driver = webdriver.Remote(command_executor='http://127.0.0.1:4444/wd/hub', desired_capabilities=caps)