I'm trying to automate a drop down box in home page of HDFC bank in which by default 'Net banking' is selected. It does not have a Select tag and it has div tag. Also I tried to click on the drop down first and select the values one by one, but I'm getting error like
Element can't be clicked
Please help me with this.
driver.findElement(By.className("selectedvalue")).click(); //Error for this statement