I'm trying to find the xpath for an element that contains three dots instead of text. Once I expand the element by clicking on arrow in DOM model html it returns the text. The following xpath returns nothing unfortunately:
//button[contains(text(),'Pending')]
What's the right solution?