namespace Facebook\WebDriver;
use Facebook\WebDriver\Remote\DesiredCapabilities;
use Facebook\WebDriver\Remote\RemoteWebDriver;
require_once('vendor/autoload.php');
$host = 'http://localhost:4444/wd/hub';
$options = new ChromeOptions();
I have read this link when i creating object of class ChromeOptions
getting error
PHP Fatal error: Uncaught Error: Class 'Facebook\WebDriver\ChromeOptions' not found.