You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Plugins/BotSharp.Plugin.WebDriver/data/agents/6745151e-6d46-4a02-8de4-1c4f21c7da95/functions/util-web-action_on_element.json
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -16,23 +16,27 @@
16
16
"content": {
17
17
"type": "string",
18
18
"description": "content to input in element"
19
-
},
20
-
"file_urls": {
19
+
},
20
+
"file_urls": {
21
21
"type": "array",
22
22
"description": "The output format must be string array of file urls.",
23
23
"items": {
24
-
"type": "string",
25
-
"description": "file url"
24
+
"type": "string",
25
+
"description": "file url"
26
26
}
27
-
},
28
-
"show_current_url": {
27
+
},
28
+
"show_current_url": {
29
29
"type": "boolean",
30
30
"description": "check if need to extract the current url"
31
31
},
32
-
"press_key": {
32
+
"press_key": {
33
33
"type": "string",
34
34
"enum": [ "Enter" ],
35
35
"description": "press key after input text"
36
+
},
37
+
"wait_time": {
38
+
"type": "number",
39
+
"description": "wait time after action in seconds"
0 commit comments