After the last update of chromedriver (127.0.6533.72) my scripts that use selenium broke, getting this error:
‘OSError: [Errno 8] Exec format error: ‘/root/.wdm/drivers/chromedriver/linux64/127.0.6533.72/chromedriver-linux64/THIRD_PARTY_NOTICES.chromedriver’
Any help?
I’ve already tried the possible quick fix: chrome_options.add_argument(“–disable-search-engine-choice-screen”), but I was not successful.
New contributor
Thiago Vinícius Marcon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.