[Answer]-Scraping No Link

1👍

What’s the xpath for an URL object of DSS if there’s no link at that code?

Can’t get the question, could you please explain?

What’s the xpath to retrieve image file if there’s no class for first ?

//tr[1]/td[1]//img/@src

How to retrieve data for each data from ContentA, ContentB, & ContentC
if the span’s class is same?

//text()[preceding-sibling::span[@class="style2"]]

👤Mike

Leave a comment