Hi,
I have following scenario:
1. Mouse-hover on field and few values will be shown in new left window on mouse-hover (Mouse-hover screenshot).
2. Select any value from values displayed.
While recording script is capturing this step but failing while replay. I observed id changing dynamically and handled that but still no luck.
Failure Information:
~~~~~~~~~~~~~~~
Exception thrown executing coded step: '[Test_CodedStep2] : Click 'ItemMiddleTableCell''.
InnerException:
ArtOfTest.Common.Exceptions.FindElementException: Element Not found!
FindExpression used:
[class 'Exact' menuItem selected] AND [id 'StartsWith' /contextMenu/ID1294181034889000/ID] AND [radioID 'Exact' 2]
at ArtOfTest.Common.WaitSync.CheckResult(WaitSync wait, String extraExceptionInfo, Object target)
This element is available in dom (DOM screenshot) loaded while running the test .
Thanks,
Amit
I have following scenario:
1. Mouse-hover on field and few values will be shown in new left window on mouse-hover (Mouse-hover screenshot).
2. Select any value from values displayed.
While recording script is capturing this step but failing while replay. I observed id changing dynamically and handled that but still no luck.
Failure Information:
~~~~~~~~~~~~~~~
Exception thrown executing coded step: '[Test_CodedStep2] : Click 'ItemMiddleTableCell''.
InnerException:
ArtOfTest.Common.Exceptions.FindElementException: Element Not found!
FindExpression used:
[class 'Exact' menuItem selected] AND [id 'StartsWith' /contextMenu/ID1294181034889000/ID] AND [radioID 'Exact' 2]
at ArtOfTest.Common.WaitSync.CheckResult(WaitSync wait, String extraExceptionInfo, Object target)
This element is available in dom (DOM screenshot) loaded while running the test .
Thanks,
Amit