Search found 8 matches

by ant_katcin
Wed Jul 03, 2013 12:20 pm
Forum: Object Identification and Technologies
Topic: Problem with Identification in Google chrome.
Replies: 3
Views: 1981

Re: Problem with Identification in Google chrome.

Yes. Problem looks very similar. If i just press Enter in address bar again Ranorex recognize the page and test continues. I tried clearing cache. I even add no cache meta & header to my test pages, but still doesn't work.
by ant_katcin
Tue Jul 02, 2013 5:43 pm
Forum: Object Identification and Technologies
Topic: Problem with Identification in Google chrome.
Replies: 3
Views: 1981

Problem with Identification in Google chrome.

I found quite strange issue. Ranorex Identification is not working when running tests, but sometimes works when i do the same manually. Chrome version: 27.0.1453.116 m Ranorex & Ranorex Chrome plugin version: 4.0.4.23593 Here is a little video that show every thing in a details: http://www.screencas...
by ant_katcin
Wed Oct 31, 2012 10:06 am
Forum: Object Identification and Technologies
Topic: Custom Browser elements in Firefox
Replies: 2
Views: 3042

Re: Custom Browser elements in Firefox

2) could you explain that a little bit better? Sure. For now Ranorex Firefox extension look for tab browsers only, but it can look for all browser elements in all xul windows. For instance you can do document.getElementsByTagName("browser") on window load. Moreover you can use nsIWindowMediator to ...
by ant_katcin
Tue Oct 30, 2012 1:08 am
Forum: Object Identification and Technologies
Topic: Custom Browser elements in Firefox
Replies: 2
Views: 3042

Custom Browser elements in Firefox

Hello. In my company I'm a Firefox extension developer. In our extension there are some custom XUL dialogs with XUL browser elements that contain HTML pages. Problem is that Ranorex doesn't recognize those pages as HTML DOM pages. The only thing i can see is accessibility elements. That made me sad,...
by ant_katcin
Tue Sep 18, 2012 8:20 am
Forum: General Questions
Topic: Current tab in a browser
Replies: 6
Views: 3583

Re: Current tab in a browser

Looks this solution doesn't work for my Jenkins server. There is a VM machine with tests. Tests are work fine if i connected to remote desktop and look how it's work. But if i close remote desktop connection (without logging off as tests are working using user logon but not service logon) Ranorex ca...
by ant_katcin
Fri Aug 31, 2012 10:18 am
Forum: General Questions
Topic: Current tab in a browser
Replies: 6
Views: 3583

Re: Current tab in a browser

Thanks a lot.
by ant_katcin
Thu Aug 30, 2012 7:01 am
Forum: General Questions
Topic: Current tab in a browser
Replies: 6
Views: 3583

Current tab in a browser

Hello. I need to find WebDocument for current opened tab in specified browser window. I need to do that for all major browsers, but for now i'm trying with Firefox. I can access list of tabs to find which of TabPage is selected, but i don't know how to get corresponded dom element. First idea is usi...
by ant_katcin
Thu Jun 14, 2012 3:22 pm
Forum: General Questions
Topic: Custom Validation
Replies: 1
Views: 2124

Custom Validation

Hello. My project require a custom validation of data saved to database by application. I developed a little validation class that looks like this: public class DataChecker { public static void CheckSessionStarted(string resourceName) { ... } public static void CheckSessionClosed(string resourceName...