ISelenium GetHtmlSource Method WebDriver
Returns the entire HTML source between the opening and closing "html" tags.

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

string GetHtmlSource()

Return Value

the entire HTML source
See Also