Answers for "parent xpath"

4

contains text xpath

//*[contains(text(),'ABC')]
Posted by: Guest on June-01-2020
0

How can we move to parent element using xpath?

Using (..) expression in xpath, we can move to parent element
Posted by: Guest on May-31-2021

Browse Popular Code Answers by Language