or
// Verify 'TextContent' 'Contains' '10QBECAS08103' on 'QmlblACCTRiskSummaryXIAPRefSpan'
Pages.MITraderApplication0.FrameAppIframe.QmlblACCTRiskSummaryXIAPRefSpan.AssertContent().TextContent(ArtOfTest.Common.StringCompareType.Contains, "NewText");
I would like to copy the text out of "QmlblACCTRiskSummaryXIAPRefSpan" and place it into the log:
Log.WriteLine()
If possible I would like to create a global variable (a string) that is created at the start of the test and copy this text into that variable and then i can use that at the end of the test :)
Regards,
Tom
[2:22 PM] - Error launching the recorder. Error : System.TimeoutException: Wait for condition has timed out |
at ArtOfTest.Common.WaitSync.CheckResult(WaitSync wait, String extraExceptionInfo) |
at ArtOfTest.Common.WaitSync.For[T](Predicate`1 predicate, T target, Boolean invertCondition, Int32 timeout) |
at ArtOfTest.Common.WaitSync.For[T](Predicate`1 predicate, T target, Int32 timeout) |
at ArtOfTest.WebAii.Design.RecorderWindowManager.WaitForRecorderCallBackReady() |
at ArtOfTest.WebAii.Design.RecorderWindowManager.<>c__DisplayClass5.<EnsureActiveBrowser>b__4() |