QA Graphic

WebAii InnerMarkup

None

Using WebAii and this code snip to search the HTML source of a page for some data:

// Check for value of a InnerMarkup
string TextString = ActiveBrowser.Find.ByAttributes("id=content").InnerMarkup.ToString();
StringAssert.Contains(TextString, "Company Name");

 

Comments

Add Comments

Name:
Comment: