XPath boolean 'or' -


If I have class = "something" or class = "something" . How can I do that? Not getting matching equal to boolean or in the dignity docks is not easy.

or operator named or And you can call it // div [@ class = 'something' or @ class = 'else']


Comments