0

I have the following HTML, where I am trying to match the XPath with the input type = checkbox.

enter image description here

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"]

user7242550
  • 241
  • 1
  • 6
  • 19

0 Answers0