I am using JavaScript with webdriverIO. What is the command I can use to reload the session?

I am using JavaScript with webdriverIO. What is the command I can use to reload the session?

Hello Helen-burge,

You can use the below command to reload the session in Wdio:

browser.reloadSession()