Search found 12 matches

by nandhu
Thu Jul 30, 2015 10:22 am
Forum: Object Identification and Technologies
Topic: How to get the disabled tags based on the main tabletag
Replies: 5
Views: 1983

Re: How to get the disabled tags based on the main tabletag

Ofcurse i shuld hve send you bt its not possible.If we do based on the structure it differs when we use vth other pages i have to form a common function wat evrver the page it may be if diasabled tags are present it should throw the message containing disabled tags In the above pic, table xpath is:....
by nandhu
Thu Jul 30, 2015 9:24 am
Forum: Object Identification and Technologies
Topic: How to get the disabled tags based on the main tabletag
Replies: 5
Views: 1983

Re: How to get the disabled tags based on the main tabletag

Spy.png Here in the image I have added the table tag that is rounded.Based on this table tag i need to check the whole table where the disabled tags are present. In this image select tag that i rounded is a disable tag u can see the iamge on right down side. Aim is to get the disabled tags in that ...
by nandhu
Thu Jul 30, 2015 5:42 am
Forum: Object Identification and Technologies
Topic: How to get the disabled tags based on the main tabletag
Replies: 5
Views: 1983

How to get the disabled tags based on the main tabletag

Hi Ranorex, Is there any way to get all the disabled tags present on the page based on the main TableTag of the page. Let me give an example, If we want all td's present on the page m using this code: TableTag searchTable = (Ranorex.TableTag)objScrptVarBO.pageObj.PBGetElement(tableName); foreach(Ran...
by nandhu
Thu Feb 26, 2015 6:20 am
Forum: Object Identification and Technologies
Topic: How to handle Multi selected Dropdown...?
Replies: 5
Views: 2470

Re: How to handle Multi selected Dropdown...?

I need to give a value in the input tag and when we type a value we can see a dropdown with some values starting with the 3letters of the value.... u can see the input tag in spy1 attachment.... And you can see the path of the divtag containing litag and pls go through the divtag pic... For example ...
by nandhu
Mon Feb 23, 2015 6:15 am
Forum: Object Identification and Technologies
Topic: How to handle Multi selected Dropdown...?
Replies: 5
Views: 2470

Re: How to handle Multi selected Dropdown...?

Is there any other way as we got the path through spy.... its nt working so pls let me knw hw 2 do it
by nandhu
Thu Feb 19, 2015 2:54 pm
Forum: Object Identification and Technologies
Topic: How to handle Multi selected Dropdown...?
Replies: 5
Views: 2470

How to handle Multi selected Dropdown...?

I used presskeys property for selecting the values... pls go through Dropdown.JPEG file For exmple:Presskey("EST");presskeys("{enter}"); This will get the value starting with EST word and it populates the vaue to the field... After selecting the values the field looks like ... pls go through afterse...
by nandhu
Wed Feb 18, 2015 7:43 am
Forum: Object Identification and Technologies
Topic: how to handle paths that are incremented by each click...?
Replies: 6
Views: 2469

Re: how to handle paths that are incremented by each click...?

I implemented this method.... After giving value test1 to first textbox and clicking add button a new textbox is appeared and m giving test2 to second textbox through code but the first textbox value test1 is relplaced with test2..... so hw to overcome this issue could u pls post the solutn....
by nandhu
Mon Feb 16, 2015 1:14 pm
Forum: Object Identification and Technologies
Topic: how to handle paths that are incremented by each click...?
Replies: 6
Views: 2469

Re: how to handle paths that are incremented by each click...?

Yes, the textboxes id's are changed aftr evry save button click......
And the textboxes id's are incremented whenever we add a new field....
so,can i knw hw to hndle these two scenarios.....
by nandhu
Fri Feb 13, 2015 8:04 am
Forum: Object Identification and Technologies
Topic: how to handle paths that are incremented by each click...?
Replies: 6
Views: 2469

how to handle paths that are incremented by each click...?

Hi al, when tracked the first textbox the path shown is :/dom//input[#'10000001_description']... after a button click event a new textbox is added on the page and the path is:/dom//input[#'10000002_description']... so, how can we handle these kind of paths in the code... each time when a textbox is ...
by nandhu
Fri Feb 06, 2015 6:59 am
Forum: Automation Tools
Topic: Difference between Usercode module and program.cs
Replies: 1
Views: 2006

Difference between Usercode module and program.cs

Hi everyone,
Could you please define the main difference between usercodemodule.cs and program.cs in ranorex
by nandhu
Thu Jan 29, 2015 7:47 am
Forum: Automation Tools
Topic: Encryption
Replies: 1
Views: 2079

Encryption

Hi,
How can we encrypt usernames and passwords textbox values using c# in ranorex. Please help me out