Based on the image below the dropdown list option id is id="CountryId"
Select dropdown = new Select(obj.findElement(By.id("CountryId"))); System.out.println(dropdown + "is trigger"); dropdown.selectByVisibleText("Malaysia"); dropdown.selectByValue("52");
Based on the snippet above I am keep getting error which could not select the drop down list option