selenium, get text from id
Posted
by
user3766148
on Stack Overflow
See other posts from Stack Overflow
or by user3766148
Published on 2014-08-21T03:49:41Z
Indexed on
2014/08/21
4:20 UTC
Read the original article
Hit count: 178
on the following url -> http://www.filestube.to/26frq-Buffalo-Clover-Test-Your-Love-2014-9Jai9TJFukAS9fq9sWngAD.html I am trying to copy the;
Direct links:
turbobit.net/9mrb0eu9eksx/26frq.Buffalo.Clover..Test.Your.Love.2014.rar.html
via css path or xpath and unable to retrieve the information and store it to a variable.
firebug gives me
html body div.cnt div.rH.no-js.fd div.rl div.fgBx pre span#copy_paste_links
but when I apply
css=html.body.div.cnt.div.rH.no-js.fd.div.rl.div.fgBx.pre.span#copy_paste_links/text()
to the target, I get error not found http://i.imgur.com/KdBmDHE.png
© Stack Overflow or respective owner