- drxpq
- Posts : 3
Join date : 2010-03-22
array of values
Fri Apr 30, 2010 2:00 am
I have a xpath query witch returns more text values of tag's attributes.
I can store one value, but I don't know how can I store & read more this data to some array. Is it possible in selenium ?
I can store one value, but I don't know how can I store & read more this data to some array. Is it possible in selenium ?
- metmanAmateur
- Posts : 58
Join date : 2010-04-02
Re: array of values
Fri Apr 30, 2010 3:03 am
I believe I ran in to similar problem a while ago. If memory serves, Selenium just bunches all the entries together in to one long string. I beleive I ended up writing a loop in Java that went to a more fine-grained level and extracted each element 1 by 1 in to an array.
Permissions in this forum:
You cannot reply to topics in this forum