Hi everyone!
I tried to use ends-with
in Html Agility Pack in the following mode: //span[ends-with(@id, 'Label2')]
and //span[ends-with(., 'test')]
, but it does not work.
All other functions, like starts-with and contains works well.
Can anyone help me?
Tanks in advance!