how does object spy identify objects where the data in the AUT change dynamically?
example:
Wecome user : ABC
Your logintime is: 12.00AM
Your session timeout is: 15 mins
Here all the details are displayed in a single webtable and not 3 different webelements.
how do i capture the run time data(username, logintime) displayed in the webtable?
example:
Wecome user : ABC
Your logintime is: 12.00AM
Your session timeout is: 15 mins
Here all the details are displayed in a single webtable and not 3 different webelements.
how do i capture the run time data(username, logintime) displayed in the webtable?