lets say I’m Using Internet Explorer to look at stackoverflow.com is there a way to get the informations I’m looking at stackoverflow.com or is this impossible
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should look into Selenium. It is a browser automation framework that allows you to control a browser (such as Internet Explorer) through code in Java, .NET, Ruby, or Python.
Edit: If you’re wondering if it’s possible for an external Java application to know that the user happens to have IE open and is looking at a certain website, I can’t help you there. That isn’t to say it isn’t possible; I just don’t know whether it is or not.