Open danrossi opened 8 years ago
I can't explain it but for some reason on ubuntu this same code that works on OSX doesn't work on Ubuntu. The new visited link is not registered properly on the site and therefore fails and the html parsing breaks.
It can extract the link from the first page but the second page has issues.
Any ideas ?
Sorry this is a question. There seems to be a problem requesting a page to scrape a special link, then choosing to visit that link. The page does not render or parse correctly. It seems I have to create a second session but xpath is not parsing it correctly.
ie
This is a problem I have to parse the whole body first. like
Unfortunately clicking on the link to visit does not work it has to choose to visit it with the visit method.
Is there a special way to reuse the session so xpath works ?