How to get the session ID of a running test via script in Serenity?
Hi Ana,
You can use the syntax below to get the session ID of a running test via script in Serenity:
HttpContext.Current.Session.SessionID
How to get the session ID of a running test via script in Serenity?
Hi Ana,
You can use the syntax below to get the session ID of a running test via script in Serenity:
HttpContext.Current.Session.SessionID