Hi,
I came across with an Issue related to recording& execution in IE browser.
Issues-
1. 1. While recording scripts, tool launching the IE window. However it is not displaying recording options at top right corner of Window
Application Log is displaying the following message-
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.WebAii.Core.Manager.WaitForBrowserToConnect(Int32 browserIndexToWaitFor)
at ArtOfTest.WebAii.Core.Manager.LaunchNewBrowser(BrowserType browserToLaunch, Boolean waitForBrowserToConnect, ProcessWindowStyle windowStyle, String arguments)
at ArtOfTest.WebAii.Core.Manager.LaunchNewBrowser(ProcessWindowStyle windowStyle, String arguments)
at ArtOfTest.WebAii.Design.RecorderWindowManager.GetActiveBrowser(Boolean createOneIfNeeded, String arguments)
at ArtOfTest.WebAii.Design.RecorderWindowManager.<>c__DisplayClass8.<EnsureActiveBrowser>b__7()
2. 2. While executing scripts in IE browser, tool opened browser window& it’s not proceeded as per the scripts. However its working fine if user runs same script by selecting Fire Fox browser
Application Log is displaying the following message-
LogMessage: [3:06:17 PM] - Test 'CApplicationWizard' selected.
Note: No configuration changes/installations are done in system.
Thanks in advance.