How can I find the element in DOM based on a custom attribute?
For example:
DOM attributes are not present in HTML view. Using DOM inspector I can able to identified the Custom attribute is unique.
driver.findElement(By.id("SimpleSearch:dIndicesGrid:1:Value")).getAttribute("_celltype");
Here _celltype is custom attribute. This attribute is not visible in HTML view.