Is there a way to read Internet Explorer in java [closed]
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
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.
精彩评论