Need expressions for Calculate Client Security Hash without RE Framework

pls help to build my first project, as I’m not able to proceed further.

@ATHEEQ_UR-RAHMAN

check the thread

you have to make selector dynamic to get the value.
can you share the screenshot of the selector you are using.

Thank you so much for your response

I have created project without RE Frame, can u please assist me on the same, because this is my first project.
Appreciate if you could help me on the same.

You have do string manipulation in “Get Text Client ID” and split like this:

HR70321- Clement Paulette-Romania in same formate and you have to pass this value in Hase Generator website and extract those value and pass in this Comment and set status as Completed and click on Submit

performing this action you can complete your task

Thank you,
Akhil

You can do also likewise and achive without RE Framework:
This is your data of ACME Website
image

Lets assign get text activities variable as : GetData

take one assign activity and pass this value:

GetData.Split("ID:")(1).Trim.Split("Client Name:")(0).Trim +"-"+ GetData.Split("Name:")(1).Trim.Split("Client Country:")(0).Trim +"-"+ GetData.Split("Country:")(1).Trim

You get this output:

image

Pass this variable to Hase Key generator and generate value, might be it is helpful to you

Thank you.
Akhil

Than u so much Nikhil, Will execute and come back on the same.


I’m getting this error Pls assist

That means you have not given a perfect selector and didn’t assign anchor to identify your element uniquely

image

give target your element which data you want to extract and give one anchor to identify you element uniquely

@ATHEEQ_UR-RAHMAN

As per the Error,
Indicate the element with unique selector!

Regards,
Ajay Mishra

I’m able to see the input now.
Next step would be need to extract in excel file or how to put in sha1 website DL88634-Jeramy Rickenbacker-Germany.
I’ m not able to read the input in excel.
Pls guide me the next step. :pray: :pray: :pray:

Why do you store in Excel?

you can directly do this thing:

this this website screenshot of Hash Generator

this is Output

image

I hope the solution is helpful to you.

Thank you,
Akhil

1 Like

Very helpful, thank u so much…

@ATHEEQ_UR-RAHMAN

If issue was solve mark as solution, so that Other developer focus on other issues,

Further any issues you will face , Post your issues we’ll glad to help you.

Happy Automation dude

Thank you,
Akhil

Hi Akhil,

I have got till the hash generation, after that I have added the list of activity can u pls check. Program is getting stopped if update the work item.

As per I have remember, now you have to require all data of Calculate Client Security Hash
for that you need to use TableExtract and gather all data of the given 14 pages and then after you have to filter data and extract only Calculate Client Security Hash

in your case: after getting all required data you have to perform updation work which is comes in loops, because there are many records of Calculate Client Security Hash

then after performing all steps which are given in the PDD pdf.

Hi Akhil,

I tried doing it but it not running proper, when I give the extract and filter data table it is not getting executed. Pls assist

Hello,
Good Morning mate
What kind of problem are you facing will you explain to me, or share your output screenshot?

Very Good morning ,

Here is the error screen shot.
After log message activity



Also pls share me some material to gain knowledge on expression and sting functions.