options = webdriver.ChromeOptions()
driver = webdriver.Chrome(options=options)
it is showing this on celery terminal and tasks is stoped.
[2024-02-09 10:41:58,247: DEBUG/MainProcess] Selenium Manager binary found at: C:\Program Files\Python\lib\site-packages\selenium\webdriver\common\windows\selenium-manager.exe
[2024-02-09 10:41:58,247: DEBUG/MainProcess] Executing process: C:\Program Files\Python\lib\site-packages\selenium\webdriver\common\windows\selenium-manager.exe --browser chrome --debug --output json
i need to solve this issue. and i need to run selenium chrome web driver on celery tasks