Search found 2 matches

by ltambeau
Mon Jun 25, 2012 3:59 pm
Forum: Object Identification and Technologies
Topic: Object referenceing
Replies: 3
Views: 2249

Re: Object referenceing

Almost there ... looking for further abstraction. Want to set up a function call objClick((casting) itemToClick) where the itemToClick is any valid object that can be clicked (Into a textbox, a button, a treeitem) and the casting is some sort of neutral definition (like object or RxPath). If I must ...
by ltambeau
Fri Jun 22, 2012 5:08 pm
Forum: Object Identification and Technologies
Topic: Object referenceing
Replies: 3
Views: 2249

Object referenceing

I want to be able to send an object description to a utility function that allows me to perform an action on the object I sent Simple CSHARP Example: //***** Set variable foo to object to be referenced var foo = repo.FormNMS_b4_1_0_15.ContainerContainerContainer.TabPageNode_List; foo.click(); //****...