Pergunta

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.

Foi útil?

Solução

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.

Outras dicas

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/

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top