- sushma1g
- Posts : 1
Join date : 2012-06-22
extracting values of individual node elements and verifying them?
Fri Jun 22, 2012 8:52 am
Hi all ,
Following is an extract from my JSP page.:
< input type="text" name="startDate" id="datepicker" class="text" >
My requirement is to extract the type=text and verify it actually is text for the name=startDate.
something like
for name=startDate , assert equal that type=text. Please can someone help me with this.
Following is an extract from my JSP page.:
< input type="text" name="startDate" id="datepicker" class="text" >
My requirement is to extract the type=text and verify it actually is text for the name=startDate.
something like
for name=startDate , assert equal that type=text. Please can someone help me with this.
- SouravActive particpant
- Posts : 17
Join date : 2012-06-28
Re: extracting values of individual node elements and verifying them?
Thu Jun 28, 2012 8:37 pm
Use
List text = ...Element.findElements(By....
Then iterate each element and do your checking
List
Then iterate each element and do your checking
Permissions in this forum:
You cannot reply to topics in this forum