How to access a website, fill up username and password, click in submit and get the html code of the page loaded?

2 visualizaciones (últimos 30 días)
Hi all,
I need to access a website through matlab code, fill up username and password fields, click on the submit button and then get some info present in the home page of the website. I have tried urlread, urlwrite, weboptions, webread, webwrite and some java code but none of them worked. I do not care to the method (java, curl, matlab, etc), just need this to work.

Respuestas (1)

Jan
Jan el 12 de Mzo. de 2018
You can start an external browser and use FEX: keyinject to emulate typing. Finally use Ctrl-S for saving.
This is ugly, but you explained not to care about the method...
  3 comentarios
Jan
Jan el 14 de Abr. de 2018
Editada: Jan el 14 de Abr. de 2018
You can start an external browser and use FEX: keyinject to emulate typing. Finally use Ctrl-S for saving.
This is ugly, but you explained not to care about the method...
Ngoc Thanh Hung Bui
Ngoc Thanh Hung Bui el 15 de Abr. de 2018
No I mean the method using Matlab or Java that you didnt mention, not the FEX method

Iniciar sesión para comentar.

Categorías

Más información sobre Platform and License en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by