Hi I am not sure if this is the right place to ask this question . But anyway
My understanding is that the xpath exression //abc[last()-1] will return the last but one element named abc . It works most of the times except when there is only one element . In that case WebTest returns element not found while others like saxon for example returns the last element . Is this a bug ? or is my understanding wrong Regards Hari

