or
Hello,
still it is not resolved plez help out of this problem
Failure Information:
~~~~~~~~~~~~~~~
Unable to locate element. Details: Attempting to find [Html] element using
Find logic
(Html): [id 'Exact' overridelink] AND [tagname 'Exact' a]
Unable to locate element. Search failed!
--------------------------------------------------
'6/23/2010 7:55:32 AM' - Detected a failure. Step is marked 'ContinueOnFailure=False' aborting test execution.
--------------------------------------------------
'6/23/2010 7:55:33 AM' - Overall Result: Fail
--------------------------------------------------
regards
Dileep.s
FrameworkElement parent = _app.Find.ByName("ParentName");
FrameworkElement element = parent.Find.ByTextContent("12052011_152435_");
element.ScrollToVisible(); element.User.Click();public void ClickAcceptButton(DialogButton clickButton){ var confirmDialog = new ConfirmDialog(TestContext.ActiveBrowser, clickButton); TestContext.Manager.DialogMonitor.AddDialog(confirmDialog); TestContext.Manager.DialogMonitor.Start(); Find.ById<HtmlAnchor>("accept").Click(false); //this was Find.ById<HtmlInputButton>("accept").Click(false); confirmDialog.WaitUntilHandled(5000); TestContext.Manager.DialogMonitor.Stop();}<a href='#' id='accept'> <span class='button-green'>Accept</span></a>