Skip to content

Commit

Permalink
refine doc
Browse files Browse the repository at this point in the history
  • Loading branch information
vyokky committed Jul 5, 2024
1 parent 63eaccb commit 32a23b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions documents/docs/automator/web_automator.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ There are several configurations that need to be set up before using the API Aut
| `USE_APIS` | Whether to allow the use of application APIs. | Boolean | True |
| `APP_API_PROMPT_ADDRESS` | The prompt address for the application API. | Dict | {"WINWORD.EXE": "ufo/prompts/apps/word/api.yaml", "EXCEL.EXE": "ufo/prompts/apps/excel/api.yaml", "msedge.exe": "ufo/prompts/apps/web/api.yaml", "chrome.exe": "ufo/prompts/apps/web/api.yaml"} |

!!!note
Only `msedge.exe` and `chrome.exe` are currently supported by the Web Automator.

## Receiver
The Web Automator receiver is the `WebReceiver` class defined in the `ufo/automator/app_apis/web/webclient.py` module:
Expand Down

0 comments on commit 32a23b3

Please sign in to comment.