Capture a screenshot of the current window.
string screenshot of MIME type image/* depending on driver (e.g., image/png, image/jpeg)
public function getScreenshot() { return $this->driver ->getScreenshot(); }