Domanda

I have a requirement where I want to navigate to website , login to it ,click few links and download some excel files from the one link.

I need to do this in java.I researched on google and seeing few options like selenium, http client ,java.net APIs.

Could you please suggest which one would work better in this case.Thanks in advance.

È stato utile?

Soluzione

I will personally prefer Apache http client. you can fetch data using httpclient why use a web testing framework like selenium ? java.net is also good but apache httpClient API has rich functions and easy.

Altri suggerimenti

I will suggest Selenium. More widely used and supported. You can use WebDriver in Selenium. For more details check

http://docs.seleniumhq.org/projects/webdriver/

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top