Search found 9 matches

by gerrip
Fri Oct 12, 2012 3:42 pm
Forum: Object Identification and Technologies
Topic: Getting the div index
Replies: 16
Views: 6644

Re: Getting the div index

I have folders, but not root, and only for 1 is this setting "true", for all the rest is false...
For roots I have only the browser windows that are opened, with all elements I need under it.
by gerrip
Fri Oct 12, 2012 1:19 pm
Forum: Object Identification and Technologies
Topic: Getting the div index
Replies: 16
Views: 6644

Re: Getting the div index

No, I have 3.5 Framework...I will install the 4.0 then. Otherwise, no, the element is not changed, because if I use highlight element option from the repository (clicking over the element), it finds it, but during the playback, it does not find it...it is always the first searched element /the first...
by gerrip
Thu Oct 11, 2012 11:57 am
Forum: Object Identification and Technologies
Topic: Getting the div index
Replies: 16
Views: 6644

Re: Getting the div index

Thank you to all of you! I found the cell, but stil have problems with finding elements With highlight element I can always find them, but during the run process, sometimes are found, sometimes not, althought they are there! Dont know what to do, normally this happens in a separate (popup) window......
by gerrip
Tue Oct 09, 2012 10:19 am
Forum: Object Identification and Technologies
Topic: Getting the div index
Replies: 16
Views: 6644

Re: Getting the div index

Hello, thank you for the answer. I managed to cope with that, but I have another problem. I have one functionality, which I cannot test, if I dont find a way to locate a cell.. For that I need to find the row, where this cell is, according to another cell (because this cell will not be at the same p...
by gerrip
Fri Oct 05, 2012 8:02 am
Forum: Object Identification and Technologies
Topic: Getting the div index
Replies: 16
Views: 6644

Re: Getting the div index

Thank you! Can you also tell me, if one div is in a table, and I know the div, how can I find the correspondent tr and td index ? I will very appreciate! Example code (I have the div with id=description, i want to find the tr index and td index. Here is for example tr[2]td[1]) <tr> </tr> <tr> <td id...
by gerrip
Thu Oct 04, 2012 3:23 pm
Forum: Object Identification and Technologies
Topic: Getting the div index
Replies: 16
Views: 6644

Re: Getting the div index

Hello, This does not help me....the point is, that I need to find the tr/td index of the current cell (Name). Because I want to use that in general, where I dont have any value in a cell. The other point is, that the cell I may need is not every time in the same row. That's why I just thought that I...
by gerrip
Thu Oct 04, 2012 8:06 am
Forum: Object Identification and Technologies
Topic: Getting the div index
Replies: 16
Views: 6644

Re: Getting the div index

Hello,
I sent the snapshot per Email.
Looking forward to hearing from you soon!
by gerrip
Tue Oct 02, 2012 9:05 am
Forum: Object Identification and Technologies
Topic: Getting the div index
Replies: 16
Views: 6644

Getting the div index

Hello, I am testing now the Ranorex for our company needs. We can decide to use Ranorex, but only if it can serve us well. We using ExtJs and I have some troubles with element identification. Now my main question is about a table: is there a way of getting the div index of one element? I have the in...
by gerrip
Thu Sep 27, 2012 2:17 pm
Forum: Automation Tools
Topic: Read CSV file -> 2D array
Replies: 1
Views: 3157

Read CSV file -> 2D array

Hello,
I am new here. Can someone give me an example in VB.NET of how to read an CSV file and create 2D array from the data in it. The file has 3 rows and 6 columns and it is comma-separated.
Thank you very much!