Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
//Find the Frame using partial Id
ArtOfTest.WebAii.Core.Browser myFrame = ActiveBrowser.Frames.ById(
"~top"
);
//Click on a button inside of the Frame
HtmlInputButton button = myFrame.Find.ByName<HtmlInputButton>(
"Submit"
button.MouseClick();