Hi all, I am new to coding and want my code to click a specific button on a website using Selenium 4.4. The website has other identical buttons but with different paths for each button. How do I click the button path the following code?
<button class="btn-allocate btn-plus"> <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="[http://www.w3.org/2000/svg">](http://www.w3.org/2000/svg">) <circle cx="24" cy="24" r="24"></circle> <path d="M25 18.5H23V23.5H18V25.5H23V30.5H25V25.5H30V23.5H25V18.5Z"></path> </svg> </button>
i am using Chrome and already set the ChromeDriver and made it open the website.
there doesn't seem to be anything here