/// <summary> /// Get the previous page /// </summary> public bool GetBack(int timeout_in_mss = -1) { return(browser.GetBack(timeout_in_mss)); }