Unknown error: cannot find Chrome binary

in version 6.1.1, there is no option under execution. which then lead me to the desired capabilities since on the manual code above it is stated that
‘’’
DesiredCapabilities capabilities = new DesiredCapabilities();
capabilities.setCapability(ChromeOptions.CAPABILITY, options);
‘’’

Here are the screenshot of execution under project settings of v6.1.1

1 Like