Auto select an option

3 ビュー (過去 30 日間)
Vlad State
Vlad State 2018 年 3 月 14 日
コメント済み: Vlad State 2018 年 3 月 16 日
Hi there,
I was wondering if I can auto-select something from a website (example: languages from http://www.newocr.com/) using webread/webwrite or some kind of command. First of all, I just want to make sure that this is possible or not.
Thank you!

採用された回答

Guillaume
Guillaume 2018 年 3 月 14 日
Using webread, webwrite or any other built-in command, no it's not possible. The submission/selection is all handled by javascript which none of the built-in tools can handle.
You could possibly do it by using the java API (unrelated to javascript) to parse the DOM and make the correct javascript calls but it would be a lot of work.
That page has not been designed to be manipulated by computers. You could contact the owners and ask them if they provide a REST interface (which would be easy to use from matlab).
  1 件のコメント
Vlad State
Vlad State 2018 年 3 月 16 日
Thank you for your answer!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeWeb Services についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by