/// <summary> /// Captures the screen shot for the current page. /// </summary> /// <param name="filePath">The file path to save the file</param> public void CaptureScreenShot(string filePath) { _client.CaptureScreenShot(filePath); }