Client security hash - get client details

HI All,

While doing the First assignment - CSH. I am unable to extract the client details of each field (id, name, country) as the selector selects the everything as a whole. Pls suggest a way to extract the fields individually and store in a variables .

image

Use get text and use indexof,substring method to generate values and assign it to variables @robert1

Thanks @sreekanth Also get visible text extract the values directly.

@robert1 use get text, split text with Newline as reference, then replace client Id, client name, client country in each array element with null.

Hello All,

I am stuck here…Can you please suggest me…

Thank you