How to get contents of a web page? (For Ex: Yahoo homepage)?

Submitted by: Administrator
BrowserPage.SetActive ()
Clipboard.SetText ()
BrowserPage.TypeKeys ("<Ctrl-a>")
BrowserPage.TypeKeys ("<Ctrl-c>")
list of string lsText = Clipboard.GetText ( ) // holds the browser page content
Submitted by: Administrator

Read Online SilkTest Job Interview Questions And Answers