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"));
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"));