Im trying to get an element but the class name is _2nlw _2nlv
it has a space in it.
Here is a image to show you that the class name is what it is: https://i.stack.imgur.com/27fqh.png
The code im using is.
var example = document.getElementsByClassName('_2nlw _2nlv').innerHTML;
Its not working and im wondering if it has something to do with the empty space in the class name? If so whats the solution?