Search found 3 matches
- Fri Jun 04, 2010 11:53 pm
- Forum: Beginners
- Topic: Extract value of INPUT tag
- Replies: 5
- Views: 9101
- Thu Jun 03, 2010 9:55 pm
- Forum: Beginners
- Topic: Extract value of INPUT tag
- Replies: 5
- Views: 9101
This is the TD that contains the INPUT I want the value of: This is the TD that contains the SPAN I can get the value of: 145564375897556 If I open this page in WeRecorder and use the tag extraction wizard, it can extract the value of the INPUT using ExtractTag and the tags index, but like I said, I...
- Thu Jun 03, 2010 9:28 pm
- Forum: Beginners
- Topic: Extract value of INPUT tag
- Replies: 5
- Views: 9101
Extract value of INPUT tag
I need to extract the value of an INPUT tag. I have the tag name and id. I would like to use ExtractByTagName instead of ExtractTag because the field will not always have the same index on the page, but, it does not work. ExtractByTagName always returns blank. When I use ExtractByTagName on a SPAN, ...