Skip to content

Commit d5cb7d7

Browse files
authored
added wait time for each step (#131)
* added wait time for each step * priortise step wait time over global one * updating version of library * added wait time for run_with_no_ai
1 parent 9241dec commit d5cb7d7

File tree

9 files changed

+477
-21
lines changed

9 files changed

+477
-21
lines changed

workflows/examples/workflows/basic/pure_semantic.workflow.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ workflow_analysis: Pure semantic workflow that relies only on visible text ident
33
name: Pure Semantic Form Fill
44
description: Fill form using only visible text - no CSS selectors needed
55
version: '1.0'
6+
default_wait_time: 0.5
67
steps:
78
- description: Navigate to the government form application
89
type: navigation
910
url: https://v0-complex-form-example.vercel.app/
1011
- description: Click the start application button
1112
type: click
1213
target_text: Start Application
14+
wait_time: 1.0
1315
- description: Enter first name
1416
type: input
1517
target_text: First Name (Given Name) *

workflows/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "workflow-use"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
authors = [{ name = "Gregor Zunic" }]
55
description = "Create, edit, run deterministic workflows"
66
readme = "README.md"

0 commit comments

Comments
 (0)