or
HtmlForm
form= ActiveBrowser.Frames[0].Find.ByTagIndex<HtmlForm>("formtag", 0);
Assert.IsTrue(form != null);
I am getting the error in such simple line, is there anything I need to do here?
Thanks
Manager.Desktop.KeyBoard.KeyPress(Keys.Enter);Window cancelButton = WindowManager.FindWindowRecursively(dialog.Window.Handle, "Cancel", false, 0);manager.Current.Desktop.Mouse.Click(MouseClickType.LeftClick, cancelButton.Location);