This is my line of code, after selecting the value, unable to click on it.
driver.findElement(By.xpath("(//*[@class=‘vs__dropdown-option’])[6]")).click();
This is my line of code, after selecting the value, unable to click on it.
driver.findElement(By.xpath("(//*[@class=‘vs__dropdown-option’])[6]")).click();
@Aleksei can you please help.