how to get element by titlei in html 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"]');