I am trying with simple scenario stated below:
- Initiating the Webdriver instance and logging in to the facebook page
- trying to GET the response for the
Browser_all/nullState.php?**sometext
for the same
I am getting following error.
Error ! Not Logged in
though I am getting the 200 response, and as mentioned I am hitting the url after logging into my FB account can somebody help me and let me know why I am getting this error response and any suggestion to how to overcome it?
I have written the httpClient using HttpURLConnection
api in java.