Extracting specific data from an web page

I have an scenario where from an web page after scrolling 3 to 4 times there is an statement as :-

PS- 1) Target Torque: 22.0 ft/lb , Minimum Torque: 22.0 ft/lb, Maximum Torque: 23.0 ft/lb

I need values as Target torque : 22.0, Minimum torque : 22.0 , Maximum Torque : 23.0

There are 2 more statement as PS-2 and PS-3 which have different values so it should run in loop.

can you share pic for reference

its confidential cant share but its like this only

PS- 1) Target Torque: 22.0 ft/lb (30 Nm) , Minimum Torque: 22.0 ft/lb (30 Nm), Maximum Torque: 23.0 ft/lb (30 Nm)

Hi @Pogboom

Did you try with get text activity by setting the input method property as Simulate.

you can use element exists in order to get the data if present if you have any constant elemnt at the position which we can use as ancher.

after that string manipulation?

can you elobrate the question why did you use string manipulation .