I have logged in to a website by using WATIJ jar file in java. Now I want to get the page source (HTML code) of the webpage that appeared after login.
I have IE instance already.
I have logged in to a website by using WATIJ jar file in java. Now I want to get the page source (HTML code) of the webpage that appeared after login.
I have IE instance already.
Have you tried the .html() method?
Or if you search for something particular, you can search for the specific HtmlElement
but again with some code, or with info about what you have try, that will help us to give you a better answer