Search found 2 matches

by hanen.fredj
Tue Aug 27, 2019 2:26 pm
Forum: Automation Tools
Topic: Add a propertu manually to be used for object identifiaction
Replies: 1
Views: 1210

Add a propertu manually to be used for object identifiaction

Hello,
In the application which I am testing, objects don't have ids or names I am using xpath only.
But they have a property named "api_name". Is it possible to add it in the spy to be used when adding objects to my repository?
Any one has an idea please?
Thank you.
by hanen.fredj
Mon Jul 29, 2019 4:58 pm
Forum: Automation Tools
Topic: Passing object from object repository to user code methods
Replies: 1
Views: 1531

Passing object from object repository to user code methods

Hello, I need to create a new method to set text in a text field and a second one to select an item from a list. For both methods I have to set the object(text field or the list) and the value (to type or to select) as parameters. Could you tell me how is it possible to pass the objects from the obj...