I have a button:
White
Which makes this:
This worked for me on chrome.
$("#your-button-id").val();
You can get it by using .text(),
.text()
$('button').text();
Please read here to know more about it.