I got this
No such file or directory: '/root/.cache/selenium/chromedriver/linux64/131.0.6778.108/chromedriver'
This line can not executed without exception:
self.driver = webdriver.Chrome(options=options)
TL;DR
Developers are encountering an issue where Selenium on Cloud function is unable to detect the driver path, resulting in a 'No such file or directory' error. The line of code establishing the driver also fails to execute without exception.