selenium - How to get full url address in phantomjs with python -


i not getting full url if use phantomjs. retrieves part

www.xyz.in/magic-bucket-microfiber-spinning-rotating/dp/b00iwawkk8 

but actual url below

www.xyz.in/magic-bucket-microfiber-spinning-rotating/dp/b00iwawkk8/ref=sr_1_1?m=abc&s=a-b&qid=122222 

so, how retrieve full url including parameters?


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -