Forum Discussion

sugia279's avatar
sugia279
Occasional Contributor
8 years ago
Solved

How to find object and assign that object to a variable by only KeywordTests without script?

Hi All,

In KeywordTests, I used Find Object operation to find the specified object, and next I want to assign this object to a variable.

I don't want to use script in this case.

How can I obtain this?

Please help me.

Thanks and regards,

Hien Su.

 

  • You can do it this way:

     

     

     

     

    Also we have a chance to select an object from the screen and assign it to variable.

     

2 Replies

  • baxatob's avatar
    baxatob
    Community Hero

    You can do it this way:

     

     

     

     

    Also we have a chance to select an object from the screen and assign it to variable.

     

    • sugia279's avatar
      sugia279
      Occasional Contributor

      Thanks for your reply. It's really useful for me.