опция без головы не работает selenium python

#python #selenium Вопрос: вот код: from selenium import webdriver from selenium.webdriver.common.keys import Keys from selenium.webdriver.chrome.options import Options from selenium.webdriver.chrome.options import DesiredCapabilities PATH='C:Coding_projectschromedriver.exe' options = Options() driver=webdriver.Chrome(PATH,options=options) def open_ouedkniss(): options.add_argument('headless') driver.get("https://www.ouedkniss.com/")…

Продолжить чтениеопция без головы не работает selenium python