Login
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
This is fine, you just need to create a variable, say myVar and in the websocket request, use it in this format ${myVar}
No similar question
Neil answered
Adeeb posted a new question