monitoring - Read sniff browser url from java -
i have java stand-alone app needs monitor browser traffic.
i have tried using jpcap , sniffing packets, problematic https sites youtube of facebook because cannot decode content read url it. have tried jna try reading opened window titles, title not show url.
how monitor/read urls person visiting?
thank you,
georgian
selinium webdriver might viable alternative - while need install relevant software, allows full control on browser. in api docs example:
https://selenium.googlecode.com/git/docs/api/java/org/openqa/selenium/webdriver.html#getcurrenturl--
there guide on how connect existing browser session here:
Comments
Post a Comment