For starters ....
If :
//input[@name='start_da te']
is the xpath syntax to see if an element with an attribute
named start_date exists ...
Then what is the xpath syntax to return elements having
an attribute named '*date*' .
That is there a way to turn start_date into a regular expression?
Thanks!
If :
//input[@name='start_da te']
is the xpath syntax to see if an element with an attribute
named start_date exists ...
Then what is the xpath syntax to return elements having
an attribute named '*date*' .
That is there a way to turn start_date into a regular expression?
Thanks!
Comment