I need to put list of items into Scenario.Context. For example i have
IList<IWebElement> test = Driver.FindElements(By.XPath(""));
and it will return more than one values evertime and now if i want it to be stored in Scenario.Context how would i do that ?