Hi to all,
i have many Products Code who i need fetch the photo from this website.
The problem is this, i need do 2 xpath
- is for fecth the final URL from search query.
For exhample i have this products code: SFS1000
and i generate the link of query like this:
https://www.dbelectrical.com/search-results/?search_query_adv=SFS1000
The problem is this website, after searchquery redirect in another page, so the URL is not fixed and i cannot do the xpath of products image url.
So the question is: How i can fetch the final URL from this query?
https://www.dbelectrical.com/search-results/?search_query_adv=SFS1000
Thanks in advanced for help