input to a web page with script
조회 수: 8 (최근 30일)
이전 댓글 표시
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)?
댓글 수: 0
답변 (1개)
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:
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!