An error says that it is already defined a variable of selectElement
when I add a second dorpdownmenu to select
SelectElement selectElement = new SelectElement(driver.FindElement(By.Id("Month")));
selectElement.SelectByText("January");
here is any way to have 2 exact variables in a project of selenium with webdriver C#? (not in java)