input to a web page with script

23 ビュー (過去 30 日間)
Farhad Aslani
Farhad Aslani 2018 年 1 月 6 日
回答済み: Chris Perkins 2018 年 1 月 8 日
How can I open a webpage and input something in its search bar, using only Matlab commands, for example in a script, (that is without going to the web page and typing words there)?

回答 (1 件)

Chris Perkins
Chris Perkins 2018 年 1 月 8 日
Hi Farhad,
To just open a webpage, you can use the function "web", as described in the following documentation page:
Depending on how the specific web page has implemented the search functionality, you may be able to use the function "webwrite" to mimic using the search bar and provide input in a Post name-value pair. For more information about "webwrite", see the following documentation page:
Another option is to use Java Robots to programmatically move your mouse, click the search bar, and enter text. While this workflow is not documented or officially supported, you can read more about this process on the following MATLAB Answers page:

カテゴリ

Help Center および File ExchangeData Type Identification についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by