[PLESE READ] I want to open Selenium on Ruby On Rails Controller and post review data to Amazon

Job ID: 37881651

Budget: $30 – $250 USD

options = Selenium::WebDriver::Chrome::Options.new

```
class ProjectsController < ApplicationController
def method

options = Selenium::WebDriver::Chrome::Options.new
Selenium::WebDriver::Chrome::Service.driver_path = "/Users/XXXX/Applications/Chrome\ Apps.localized/chromedriver"
options.add_argument('--headless')
driver = Selenium::WebDriver.for :chrome, options: options

end
end
```

Selenium::WebDriver::Error::SessionNotCreatedError (session not created: This version of ChromeDriver only supports Chrome version 114
Current browser version is 122.0.6261.129 with binary path /Applications/Google Chrome.app/Contents/MacOS/Google Chrome):

Version Compatibility Problem and so on