$host = 'http://localhost:4444/wd/hub'; // this is the default
$capabilities = array(WebDriverCapabilityType::BROWSER_NAME => WebDriverBrowserType::FIREFOX);
$driver = new RemoteWebDriver($host, $capabilities);
$driver->screenshot('/home/g*****/web/g*******/public_html/screen.jpg');