How to get session ID of a running test via script in SpecFlow?
Hello Brettm,
You can use the syntax below to get the session Id of a running test via script in SpecFlow:
HttpContext.Current.Session.SessionID
How to get session ID of a running test via script in SpecFlow?
Hello Brettm,
You can use the syntax below to get the session Id of a running test via script in SpecFlow:
HttpContext.Current.Session.SessionID