Variable in selector is not working

Hi ,
I store name in variable(NewClient) and want to find that element ,below is my selector

webctrl isleaf=‘1’ tableCol=‘1’ tag=‘TD’ aaname=‘"+NameClient.ToString()+"’ /

aaname =‘“+NameClient.ToString()+”’ changes to aaname=‘"+NameClient.ToString()+"’ automatically

it give me error

issue is solved . I assign selector into a sting and then pass it to activity.

3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.