Browser session storage

Dears

I am new to Gatling and I have a scenario where access token is stored in sessionStorage of the browser. Is there any way to access session storage from gatling to access the token.

I have put a screenshot of google’s session storage.

Kind request to let me know if its possible by integrating gatling with any other libraries etc?

regards
Sathish

Gatling does not simulate a browser.

No javascript is executed, so Gatling does not manage the localstorage.

You will have to know where to find your value and save it in the session.

Thanks Sebastien ! Its clear!

regards
Sathish