DefaultSelenium GetBodyText Method WebDriver
Gets the entire text of the page.

Namespace: Selenium
Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public string GetBodyText()

Return Value

the entire text of the page

Implements

ISelenium GetBodyText 
See Also