I want to count divs inside one div with selenium.
This is my code so far, but I don't understand why this is not working. It returns length of 0.
available = len(browser.find_elements_by_xpath("//div[@class='sc-AykKC.sc-AykKD.slug__RaffleContainer-sc-10kq7ov-2.eujCnV']/div"))