How would you grab this element by "P"??

simpleonline12

New member
Sep 29, 2009
191
3
0
I am trying to grab the inner text of this paragraph marker but I don't have a clue as how this is to be dones because the inner text changes on refresh.
any ideas?
Thanks
Code:
<DIV class=rightcol>
<P class=description>[B][I][U]I need to grab everything in here[/U][/I][/B]</P><INPUT id=moreoptions class="primary textbox" tabIndex=1 name=toppings[input]> <INPUT id=toppings2> </DIV></DIV></DIV>
 


cool element brah. 99 problems but xpath text() ain't one...


//p[@class="description"]/text()


simpleonline12, if you are not using xpath, you may get ridiculed.