I\'ve jjust started off with Selenium Webdriver and I\'ve hit an issuee straight away involving the buttons I\'m trying to select/click all have no IDs and share the same cl
Fairly easy if you use xpath. if it has unique text your xpath should look like something like this
xpath
//button[.='xyz']
So, here "." points to the parent in HTML hierarchy and just look for text