or
ActiveBrowser.NavigateTo("http://www.w3schools.com/JS/tryit.asp?filename=tryjs_alert");
ActiveBrowser.Frames["view"].RefreshDomTree();
ActiveBrowser.Frames["view"].Find.ByExpression<
HtmlInputButton
>("value=Show alert box", "tagname=input").Click();
public void Login()
public void NavigateToTransfer()
ListBox chkListCategories = grid.Find.ByName<
ListBox
>("chkListCategories");
GlobalObject.SILVERLIGHTAPP.VisualTree.Refresh();
IList<
TextBlock
> textlist = chkListCategories.Find.AllByType<
TextBlock
>();