ContributionsMost RecentMost LikesSolutionsInstances of the same process.I run some installer in Windows environment. Sometimes installer dialog window appear as instance 2, sometimes as instance 3. Sometimes as 1. I cannot predict it. How, anyway, I can recognize element in the dialog box if I cannot predict its instance number?Impossible to select/check HTML table rows.Hello! It's very simple to detect properties and attributes of the cells of HTML table, but in my case, it will not work. The problem is that some property is applied per row and not per cell. Please, look at the attached file. The selected tag <tr class="rgRow outOfFilter" ...> is per row and cells don't have it. It makes row grayed out. I cannot select the whole row using Spy tool. Any suggestion?Re: Will TestComplete support other mobile device OS's in the future?Add my request to.Re: How to enable Mouse Hovering movements in Test RecorderJared, I want to refer you to Smart Bear announcement regarding this issue. Hover Mouse. Declared, that Hover event calls to the HoverMouse method in case of dynamic web control or menu. In fact, it doesn't happen. Re: Wildcard URL doesn't work in Firefox.I'm not sure, but it might be "Crossrider" extention or add-on. Prior to TestComplete, I evaluated number of applications, some of them require add-ons, so, probably, it was a result. :) Once I uninstalled and re-installed Firefox, it doesn't happen. Re: Wildcard URL doesn't work in Firefox.I use 9.20. But I already resolved it. It's because of some Firefox add-on.Wildcard URL doesn't work in Firefox.Please, review part of code. I have to note from the beginning, that this code works fine with Google Chrome and IE and fails on Firefox 17 or 18.0.1. As well, it works with Firefox 15. function Test1() { Browsers.Item("firefox").Run("http://teamcity:81/login.html"); browser = Sys.Browser(); page = browser.Page("*"); ....... } As you can see, I use wildcard (*) to map current page. However, it behaves wierd. During debugging, I set break point after the last statement and I can see that the object has the following property: Sys.Browser("firefox").Page("chrome://crossriderapp11259/content/background.html") Expected: Sys.Browser("firefox").Page("http://teamcity:81/login.html"). May somebody explane me this?