Per the attachment, I'm using this statement "private readonly By _idTxt = By.XPath(".//*[@class='metric-set-details-dropdown']/../button[ng-reflect-value]");" in hope of capturing the value for the attribute ng-reflect-value for an assert test but my test run is failing with "OpenQA.Selenium.NoSuchElementException : no such element: Unable to locate element: {"method":"xpath","selector":".//*[@class='metric-set-details-dropdown']/../button[ng-reflect-value]"}"
Any input is appreciated!