How to access a website, fill up username and password, click in submit and get the html code of the page loaded?
조회 수: 2 (최근 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!