How does one change value in a webpage field (i.e. username/login id box, password box) with MATLAB 2017b and make a click?
5 ビュー (過去 30 日間)
古いコメントを表示
I am looking to use actxserver and DOM interface for example,
IE = actxserver('internetexplorer.application'); IE.Navigate('url address goes here'); ...add code here. % start with IE.document.
I have tried getElementsByID, getElementsByTagName, and other options from the w3school website, however, MATLAB doesn't seem to recognize them. I very well could be writing the "...add code here" wrong. Obviously, right? lol
Also, I would like to accomplish the above on an open browser to step through the code and visually see the results. If there are other options, I am open to them! Thank you in advance!
0 件のコメント
回答 (2 件)
Yael Aguilera
2018 年 12 月 17 日
Hi Andrwe, can you fix the problem?
I have the same problem right now and I am desesperate.
Regards, Yael.
0 件のコメント
Marcel Gladen
2020 年 5 月 29 日
Hi Andrew, did you find an answer to the problem ?
I have quite the same problem with a website.
Best regards,
Marcel
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Use COM Objects in MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!