Hi guys,
Anybody know how I would go about writing an Xpath expression to find the information contained in the following:
<div class="f slp">£210.00</div>
I've been trying all day and it's driving me mad!
Thanks
Chris
Hi guys,
Anybody know how I would go about writing an Xpath expression to find the information contained in the following:
<div class="f slp">£210.00</div>
I've been trying all day and it's driving me mad!
Thanks
Chris
What do you mean with multiple classes? Can you provide an url?
Also, have you tried the basic xpath div[@class='f slp'] ?
Fixed, I am an idiot.