I'm trying to making automation and I need to select random product in page.
That's my code and it's not working.
//Select random product.
List<WebElement> allProducts= driver.findElements(By.xpath("//div[@class='m-grid-col-9']"));
int allList= allProducts.size();
Random random= new Random();
int RandomUrun= random.nextInt(allList);
allProducts.get(RandomUrun).click();
I'm trying to get random product in this website: https://www.turkcell.com.tr/pasaj/cep-telefonu