public string GetBodyText() { IWebElement body = _webPage.FindElementByTagName("body"); string text = body.Text; return(text); }