") BrowserPage.TypeKeys ("") list of string lsText = Clipboard...." /> How To Get Contents Of A Web Page? (For Ex Yahoo Homepage)? ") BrowserPage.TypeKeys ("") list of string lsText = Clipboard...." /> ") BrowserPage.TypeKeys ("") list of string lsText = Clipboard...." />
Answers

Question and Answer:

  Home  SilkTest

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

BrowserPage.SetActive ()

Clipboard.SetText ()

BrowserPage.TypeKeys ("<Ctrl-a>")

BrowserPage.TypeKeys ("<Ctrl-c>")

list of string lsText = Clipboard.GetText ( ) // holds the browser page content

 150 views

More Questions for you: