Hi,
can anyone suggest me on any other method to recognize the <p> html tag
The below are properties which i got in dom structure
Parent div <Div> class = "row clearfix"
<p> class = "price"
I need to invoke the class = "price" which is inside the <p> tag in my methods
Thanks
Sandeep
Sandeep