I'm trying to get an xpath request using the xpath function in lower-case
or upper-case
, but it doesn't seem to work in selenium (where I check my xpath before applying it).
An example that does NOT work:
//*[.=upper-case('some text')]
I have no problem finding the nodes I need in a complicated way, and even using aggregate functions if I don't use upper and lower case.
Has anyone come across this before? Does this make sense?
Thank you
xpath uppercase lowercase selenium-ide
Aristotelis Oct 26 '09 at 15:21 2009-10-26 15:21
source share