Selenium on idx

I have a problem when using selenium, I’m using chome drive and chromium both in the same version, I’m passing the options below but the error shown in the image occurs

option used

options = webdriver.ChromeOptions()
options.add_argument(“–no-sandbox”)
options.add_argument(“–headless=new”)
options.add_argument(“–disable-gpu”)
options.add_argument(“–disable-dev-shm-usage”)

any idea how to solve this?

I had tried to run Selenium with Chrome Driver but I could not make it work either. But using Firefox Driver (geckodriver) worked as expected.