Skip to main content

 

I want to create a condition in a table cell where the ID can be divided. However, I have already tried using slash and backslash, but it didn't work. What should I do?

Try div instead of /, since / is a separator in XPath: 

https://stackoverflow.com/questions/59241569/xpath-division-operator#59241678


thank you, its work


Reply