Azzera filtri
Azzera filtri

input to a web page with script

14 visualizzazioni (ultimi 30 giorni)
Farhad Aslani
Farhad Aslani il 6 Gen 2018
Risposto: Chris Perkins il 8 Gen 2018
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)?

Risposte (1)

Chris Perkins
Chris Perkins il 8 Gen 2018
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:

Categorie

Scopri di più su Data Type Identification in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by