How do I open a website in a browser, enter login data and get the resulting page content automatically?
17 views (last 30 days)
Show older comments
I have seen that there is this 'webwrite' function. But I do not know how to get the correct labels of the login boxes and how to enter strings there. Is there a different function for this?
0 Comments
Answers (1)
Dasharath Gulvady
on 2 Oct 2015
Edited: Dasharath Gulvady
on 2 Oct 2015
If you are web service requires authentication, you can pass the username and password using weboptions with webwrite:
See Also
Categories
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!