Search found 9 matches

by tkikalishvili
Mon Sep 24, 2018 1:51 pm
Forum: Automation Discussions
Topic: Iterate over elements found for rooted folder
Replies: 8
Views: 2677

Re: Iterate over elements found for rooted folder

Thank you for your answer Ned. Yes, the content is dynamic. The approach which you suggested regarding having array of ListItems itself will put me into another issue, how to verify that they are under the correct parent and not under some other parent. But anyways, I found out what I was interested...
by tkikalishvili
Fri Sep 21, 2018 2:41 pm
Forum: Automation Discussions
Topic: Iterate over elements found for rooted folder
Replies: 8
Views: 2677

Re: Iterate over elements found for rooted folder

Hi Ned, I think we still didn't understand each other so I will try to explain on your example. The problem is in //Do Stuff, there I cannot do the stuff which I want to do. In your example you have LbCategory as rooted folder and under it you have listItems Movie,Music and Other. In code you iterat...
by tkikalishvili
Thu Sep 06, 2018 9:45 am
Forum: Automation Discussions
Topic: Iterate over elements found for rooted folder
Replies: 8
Views: 2677

Re: Iterate over elements found for rooted folder

Hi Ned, Thanks for quick answer. it did not help because problem is passing AccountListItemFolder(which is type of RootedFolder) as a type parameter <T> because there is no implicit reference conversion from AccountListItemFolder to Ranorex.Adapter. IList<AccountListItemFolder> a = repo.Accounts.Acc...
by tkikalishvili
Wed Sep 05, 2018 4:43 pm
Forum: Automation Discussions
Topic: Iterate over elements found for rooted folder
Replies: 8
Views: 2677

Iterate over elements found for rooted folder

Hey, I can have multiple AccountListItem in my project which shows account data in it. Each accountListItem contains PlatformName text, URL text etc. So as a solution I chose to have AccountListItem as rooted folder and inside it all the items related to accounts(see screenshot). When I have multipl...
by tkikalishvili
Thu Nov 16, 2017 10:31 am
Forum: Object Identification and Technologies
Topic: Ranorex studio spy vs Ranorex spy
Replies: 9
Views: 1931

Re: Ranorex studio spy vs Ranorex spy

odklizec wrote:Have you checked the Ranorex settings
I just checked for both and as much as I observed, everything was same. Only difference is that there is one more tab about repositories in Standalone spy.

Ok, I will try to update locally on dev machine and update you as well what was the outcome
by tkikalishvili
Thu Nov 16, 2017 10:08 am
Forum: Object Identification and Technologies
Topic: Ranorex studio spy vs Ranorex spy
Replies: 9
Views: 1931

Re: Ranorex studio spy vs Ranorex spy

dpFourOFour wrote:(if a solution is currently opened in Ranorex).
Hi dpFourOFour,

Thanks for your answer, but SUT is not included or opened from Ranorex.
I build test projects in ranorex which runs SUT from installation location.
by tkikalishvili
Wed Nov 15, 2017 3:23 pm
Forum: Object Identification and Technologies
Topic: Ranorex studio spy vs Ranorex spy
Replies: 9
Views: 1931

Re: Ranorex studio spy vs Ranorex spy

I think I found problem. I start ranorex spy from Ranorex studio(by clicking View Spy) button and I started ranorex spy from shortcut, Both are 32 bits and none of them with admin rights. If you observe screenshot, you will see that some items are missing from Ranorex Spy while they appear in Spy wh...
by tkikalishvili
Wed Nov 15, 2017 11:54 am
Forum: Object Identification and Technologies
Topic: Ranorex studio spy vs Ranorex spy
Replies: 9
Views: 1931

Re: Ranorex studio spy vs Ranorex spy

Hi krstcs, First, you should update to a supported version of Ranorex, currently only 7.1.3 and 7.2.1. It is not so easy task to update software on build test and development machines, and before update I need to be sure that all tests are running properly, So, obviously, I cannot update software af...
by tkikalishvili
Tue Nov 14, 2017 5:17 pm
Forum: Object Identification and Technologies
Topic: Ranorex studio spy vs Ranorex spy
Replies: 9
Views: 1931

Ranorex studio spy vs Ranorex spy

Hello, I have problem regarding object identification on VM. Problem is that on machine where I develop tests I can easily go to Repository .rxrep and highlight repository item which is searched with AutomationID, but on VM when I run tests item cannot be identified. When I run Ranorex Spy on develo...