Skip to content

fix: wait for DOMContentLoaded for Goto actions#27

Merged
zikani03 merged 1 commit intomainfrom
fix/goto-wait-domcontent-loaded
Nov 9, 2025
Merged

fix: wait for DOMContentLoaded for Goto actions#27
zikani03 merged 1 commit intomainfrom
fix/goto-wait-domcontent-loaded

Conversation

@zikani03
Copy link
Copy Markdown
Owner

@zikani03 zikani03 commented Nov 9, 2025

Goto actions now wait for DOMContentLoaded instead of Commit state, this is more inline with what users actually expect to happen. Previously, without this change you would have to add a hack like

Goto "someurl"
WaitFor "body"

Goto actions now wait for DOMContentLoaded instead of Commit state,
this is more inline with what users actually expect to happen.
Previously, without this change you would have to add a hack like

```
Goto "someurl"
WaitFor "body"
```
@zikani03 zikani03 merged commit fe48a72 into main Nov 9, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant