I am trying to iterate into multiple drop-down boxes and select value in each one of them, now the drop-down boxes are variable, is there a way to do that, I tried this:
IList<SelectElement> allDropDowns = mydrive.FindElements(By.CssSelector
(".custom-select.fileType.form-control"));