Search found 8 matches

by besagon
Mon May 30, 2016 1:02 pm
Forum: Automation Tools
Topic: Export repository with images
Replies: 3
Views: 2372

Re: Export repository with images

Anybody home?
by besagon
Thu May 26, 2016 4:04 pm
Forum: Automation Tools
Topic: Export repository with images
Replies: 3
Views: 2372

Export repository with images

Hi Support Team My Team does not use Ranorex Studio for automation, just Ranorex Libraries and Repository. My question is: how I can export repository with images? Steps: 1. Open Ranorex Spy and create new repository 2. Add some elements to it with validations screenshots 3. Export repository using ...
by besagon
Tue Apr 26, 2016 2:04 pm
Forum: Object Identification and Technologies
Topic: Ranorex recognizes java elements as win32
Replies: 5
Views: 2183

Re: Ranorex recognizes java elements as win32

And finally problem solved! Incorrect recognition happens when eclipse started and splash screen appears and in the same time ranorex tries to find something on the main Eclipse form. That is why sleep helps. To solve problem I just start Eclipse with -nosplash parameter and everything work fine now.
by besagon
Tue Apr 26, 2016 12:28 pm
Forum: Object Identification and Technologies
Topic: Ranorex recognizes java elements as win32
Replies: 5
Views: 2183

Re: Ranorex recognizes java elements as win32

I found what the problem... Looks like java plugin not "loaded" immediately. For example: I do Process.Start("eclipse.exe") and then if I accessed form or any elements on it immediately after form loaded then form recognized as win32. If I insert 10 seconds sleep after form loaded and then try to ac...
by besagon
Mon Apr 25, 2016 2:08 pm
Forum: Object Identification and Technologies
Topic: Ranorex recognizes java elements as win32
Replies: 5
Views: 2183

Ranorex recognizes java elements as win32

Hi 1. Use java swt legacy automation mode = false 2. I am logged in as domain user and I aim in Administrators group 3. My automation runs Eclipse via run dialog Win+R->C:\eclipse.exe 4. In this case all java elements recognized as win32 (FlavorName = win32) 5. I tried to run all processes as admini...
by besagon
Thu Apr 21, 2016 1:38 pm
Forum: Object Identification and Technologies
Topic: TreeItem.Expand does not work correctly
Replies: 3
Views: 2954

Re: TreeItem.Expand does not work correctly

I repeated your steps and still TreeItem.Expand() method does not expand node correctly (calling Expand() does not start to fetch child elements from the server). Also I found that TreeItem.Select() works in different way in comparison to "Use Java SWT legacy automaion mode=true" and "Use Java SWT l...
by besagon
Wed Apr 20, 2016 4:20 pm
Forum: Object Identification and Technologies
Topic: TreeItem.Expand does not work correctly
Replies: 3
Views: 2954

TreeItem.Expand does not work correctly

Hi

I am automating Eclipse and faced with next problem:
When "Use Java SWT legacy automation mode" is true then everything works fine, but if false then expand method expands tree item but does not show its children. Child elements requested dynamically from server after parent expanded.