03-09-2016, 10:36 AM
Hello Supputuri,
I am trying to identify the element on UI. The value of element is dynamic (only one character is dynamic).
JavaWindow("window").JavaTree("JTree").Select "Actions;"&Action&";Affected Objects (1)"
- Now in above case the value of digit in closing parenthesis is dynamic.
i.e. JavaWindow("window").JavaTree("JTree").Select "Actions;"&Action&";Affected Objects (2)"
JavaWindow("window").JavaTree("JTree").Select "Actions;"&Action&";Affected Objects (3)"
- I want to select the element in tree irrespective of any value in parenthesis.
Thanks
Amit
I am trying to identify the element on UI. The value of element is dynamic (only one character is dynamic).
JavaWindow("window").JavaTree("JTree").Select "Actions;"&Action&";Affected Objects (1)"
- Now in above case the value of digit in closing parenthesis is dynamic.
i.e. JavaWindow("window").JavaTree("JTree").Select "Actions;"&Action&";Affected Objects (2)"
JavaWindow("window").JavaTree("JTree").Select "Actions;"&Action&";Affected Objects (3)"
- I want to select the element in tree irrespective of any value in parenthesis.
Thanks
Amit