get element by title attribute javascript code example
Example: how to get element by title js
var node = document.querySelector('[title="element title attribute value"]');
var node = document.querySelector('[title="element title attribute value"]');