The following element from browser inspector is shown on a button:
<label _ngcontent-nyq-c70="" translate="" class="font-family-title label">BET</label>
I am trying to get the label 'BET' using the following:
var test = document.getElementsByClassName("font-family-title label")[0].innerText;
console.log("test is: "+test);
It returns undefined. The website is https://spribe.co/games/aviator