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:

how use/attach existing browser using selenium?


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -