0 votes
in Xpath Interview Questions by
What Do You Understand By Xpath Comparison Operator?

1 Answer

0 votes
by

XPath comparison operator is used to compare one value to another.

There are different type of comparison operators:

  1. =
  2. !=
  3. <
  4. >
  5. <=
  6. >=
...