Unanswered question

I need to parameterise the email field which is going in form of Websocket request?

I am performing registration process for one of https site. I need to parameterise the email field which is going in form of Websocket request and after signup a user id is generated which I need to use in further action

Adeeb K.
Adeeb K.

Adeeb K.

Level
0
1 / 100
point

Answers

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

This is fine, you just need to create a variable, say myVar and in the websocket request, use it in this format ${myVar}