How to access a website, fill up username and password, click in submit and get the html code of the page loaded?
1 回表示 (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
回答 (1 件)
Jan
2018 年 3 月 12 日
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 件のコメント
Jan
2018 年 4 月 14 日
編集済み: Jan
2018 年 4 月 14 日
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
2018 年 4 月 15 日
No I mean the method using Matlab or Java that you didnt mention, not the FEX method
参考
カテゴリ
Help Center および File Exchange で Platform and License についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!