Mouse click for webbrowser in java?

112 Views Asked by At

How can i get the link of website or video (example : in youtube) when i click one link in web browser and save to string a ; Have we other way to make the same thing?, thanks

1

There are 1 best solutions below

0
On

this is really general question. I can only say you should check

http://jsoup.org/ (great html parser)

http://www.seleniumhq.org/ (can be used as web scraper /spider)

Or in general, just google web crawling/scraping you can find enough resources.