mohankreddy / crawler4j

Automatically exported from code.google.com/p/crawler4j
0 stars 0 forks source link

Need to grab a link from onclick()js code and craw it. Made url out of js code, called page.setURLs() in visit(Page page) not working. #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Need to grab a link from onclick()js code and craw it.
2. In visit(Page page) make the url, add to the URL List and set it to the page
3. Not affecting. Seems the page is not ref to the original obj?

What is the expected output? What do you see instead?
I expect to see the url I inserted appearing in shouldVisit() so I can craw it.

What version of the product are you using? On what operating system?
2.6.1

Please provide any additional information below.
Is there any way to grab the link from the js code on the page craw it?

Original issue reported on code.google.com by Karl.L...@gmail.com on 26 Jul 2011 at 10:57

GoogleCodeExporter commented 9 years ago
Please disregard my issue, I have already found the solution. Sorry about that.

Original comment by Karl.L...@gmail.com on 28 Jul 2011 at 11:19

GoogleCodeExporter commented 9 years ago

Original comment by ganjisaffar@gmail.com on 29 Jul 2011 at 6:06

GoogleCodeExporter commented 9 years ago
How were you able to resolve this problem?

Original comment by charisse...@gmail.com on 3 Aug 2011 at 8:40