How to inject cookies in a test using Specflow?

What are the steps to inject cookies in a test using Specflow?

Hi Tom,

You need to use the following command while using Specflow:

driver.Manage().Cookies.AddCookie(new Cookie("key", "value"));