Problem with upper-case and lower-case xpath functions in selenium IDE

Posted by Aristotelis on Stack Overflow See other posts from Stack Overflow or by Aristotelis
Published on 2009-10-26T15:21:03Z Indexed on 2010/06/08 12:52 UTC
Read the original article Hit count: 370

Hi, I am trying to get a xpath query using the xpath function lower-case or uppper-case, but they seem to not work in selenium (where I test my xpath before I apply it).

Example that does NOT work: //*[.=upper-case('some text')]

I have no problem locating the nodes I need in complex path and even using aggregated functions, as long as I don't use the upper and lower case.

Has anyone encountered this before? Does it make sense?

Thanks.

© Stack Overflow or respective owner

Related posts about xpath

Related posts about lowercase