//Setting the value in the dropdown using selectByValue() method
selectByValue.selectByValue(“greenvalue”);
//Setting the value in the dropdown using selectByVisibleText() method
selectByValue.selectByVisibleText(“Lime”);
//Setting the value in the dropdown using selectByIndex() method
selectByValue.selectByIndex(“2”);