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일

0 개 추천

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:

카테고리

도움말 센터File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

태그

질문:

2018년 1월 6일

답변:

2018년 1월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by