I have the following HTML, where I am trying to match the XPath with the input type = checkbox.
Here is my xpath below, it seems to work fine when I change the type in the xpath to CheckBox. Is there a way to write a xpath where it ignores lower case and upper case
//tr/th//*[text()="Primary Contact"]./..//..//input[@type="checkbox"]