Unanswered question

How to extract value after exceuting Jquery coming from response ?

My response contains Jquery like this ...

var selectedavtivityID = $('input[name="activityId"]:checked').val();

I want to fetch the value which this jquery calculates to use it further.

Harsh S.
Harsh S.

Harsh S.

Level
1
181 / 750
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

You need to replicate that Jquery code inside a NeoLoad Javascript to calculate your value.