How to get in java the whole html of a page loaded partially from jquery

I need to develop a web application that allows me to clear a page that partially loads using jquery. I learn that in php it is not possible to write this message

I read about rhino , but I don’t know how to use this for my area, does anyone know how to do this in java? can I give an example? thank!!!!

+3
source share
1 answer

What you are looking for is the browser interface.

The most common browser interface (or driver) is selenium: http://seleniumhq.org/docs/03_webdriver.html#introducing-the-selenium-webdriver-api-by-example

, , -. javascript, DOM XPath CSS.

+2

All Articles