Sunday, September 10, 2017

AboutMe

Hello,

     I am dinesh from TamilNadu located at India. I did my Engineering and completed my Master in France. I am more interested in R&D which I have not included in this blog and would like explore by visiting places. I have created this one of the blog, just to share my knowledge.

Monday, August 21, 2017

Dynamic XPath

.//tagname[@Attribute_Name='Value']
.//tagname[@Attribute_Name='Value'][@Attribute_Name='Value']
.//tagname[@Attribute_Name='Value' or @Attribute_Name='Value']
.//tagname[@Attribute_Name='Value' and @Attribute_Name='Value']

DynamicXPathVideo