Hi,
i've some problems when i use text()
on page
if i do //B/text() it returns to me "Stazione di partenza: nessuna stazione
corrisponde ai criteri di ricerca impostati."
but if i try to do //B[text()="Stazion e di partenza: nessuna stazione
corrisponde ai criteri di ricerca impostati."] it doesn't found any element.
i'm using the library javaXpCom to do the query on the webpage.
What's wrong on this query?
Thanks and sorry for my bad english
i've some problems when i use text()
on page
if i do //B/text() it returns to me "Stazione di partenza: nessuna stazione
corrisponde ai criteri di ricerca impostati."
but if i try to do //B[text()="Stazion e di partenza: nessuna stazione
corrisponde ai criteri di ricerca impostati."] it doesn't found any element.
i'm using the library javaXpCom to do the query on the webpage.
What's wrong on this query?
Thanks and sorry for my bad english
Comment