ContributionsMost RecentMost LikesSolutionsRe: ClickItem Intermittently Fails Hi Timo, We could not replicate this issue on demand, so worked around it by creating our own dropdown selection function. We iterate through the list to find the desired item relative to the current position and use up/dwn arrow keys to select it. We've had no associated errors since. Let me know if you are interested in code specifics. Hope this helps. Tom Re: Can TestComplete interact with the Edge browser notification popup or can the popup be disabled? We do have a license for the Desktop module. I'll see if it behaves the same way with Edge 40.15063. Thanks, Tom Re: Can TestComplete interact with the Edge browser notification popup or can the popup be disabled? Hi Alex, This is interesting. In my object browser, 'BrowserWindow(0)' has no children....kind of. It shows the + symbol but if I click on it, the object does not expand but the + symbol disappears, and then reappears. I tried executing an action using the namemapping you provided but TC could not find the UIA object. The UI Automation Support plug-in is installed. Microsoft Edge 38.14393.1066.0 TestComplete 12.31.1833.7 Any ideas? Thanks so much for your help. Tom Re: Can TestComplete interact with the Edge browser notification popup or can the popup be disabled? Hi Marsha, I have been through all the setup. Thanks for your response. Can TestComplete interact with the Edge browser notification popup or can the popup be disabled? The Edge browser's notification popup appears to be invisible to TestComplete and unfortunately, the popup blocks access to the portions of the UI that are behind it. (See images attached) Can TestComplete interact with the notfication popups, if so, how? Can the Edge browser notification popups be disabled? Note: This is not an application notification, so 'settings>>Advanced Settings>>Notifications Manage' does not help. Thanks for having a look and I appreciate any thoughts on the subject. Tom ClickItem Intermittently Fails Sometimes ClickItem will click a dropdown object to expand the list and then fail with error "There was an attempt to perform an action at a point, which is beyond the screen." Screen captures show the drop down list expanded. The objects we are accessing are all simple HTML select objects. It will succeed with the same object better than 90% of the time, but the failures still represent a disruptive number of errors in our build pipeline. We are currently running Test Execute 11.31, but we saw this issue in 10.3 as well. Has anyone else seen this issue? Any ideas on resolving it? Thank you. Tom TestComplete 11.2 issues encountered with Chrome (worked in TestComplete 10.5) Hi all, We encountered the following problems when using Test Complete 11.2 with either Chrome 38 & 46 The same code executes without issue using TC 10.5 and Chrome 38. 1. Unable to access Treeview wItems.Item property(Telerek RadTreeView for ASP.Net version 2013.1.417.40 ) Accessing wItems.Item object results in error "103 0x80020006 (Unknown name.) Nodes" Accessing the property through the object browser results in the same error. Programatically analyzing the Treeview.wItems object revealed two properties: Item - whose value has an error due to invalid number of parameters. Count - whose value is nothing, perhaps because the item property threw an error. The Test Complete supported control is Telerik.Web.UI.RadTreeView - Telerik RadControls for ASP.NET AJAX Q1 2008 - Q1 2015 and it is installed. 2. The "role" attribute is no longer available as an HTML5 dialog panel object property I've attached an image for clarity. We could access this property through the outerHTML property, but are interested why this changed. 3. One instance of calling jscript in webpages fails with "Object Required" error. Once again, this works in Test Complete 10.5 but not 11.2 Has anyone else encountered similar issues since moving to Test Complete 11.2? Any solutions? Thank you. Tom Re: Can you view Test Complete exported logs (html files) in Chrome or Firefox? I figured it out. After the logs are exported, we programmatically alter testlog.xml and were allowing the default whitespace behavior. This resulted in default indenting to be applied, which caused the rendering trouble in Chrome and Firefox. Solution was to set XmlDocument.PreserveWhitespace = true before saving testlog.xml. Re: Can you view Test Complete exported logs (html files) in Chrome or Firefox? Has anyone encountered this issue? This is with a .htm file, not .mht. Can you view Test Complete exported logs (html files) in Chrome or Firefox? Our exported test complete log html files are not rendering in Chrome or Firefox. Adding the --allow-file-access-from-files command line parameter in Chrome has not solved the problem. Is anyone else having this problem? Images below: Chrome 45 Firefox 35 IE 11 (correct log rendering) Thanks in advance for your help Tom Solved