How to set Timeout in Execute JavaScript before change detection ? #2881
Drewniacki
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I have a page, where I need to:
I am doing it by
Playwright Chromium/Javascript
fetcher and JS in theExecute JavaScript before change detection
field with the following code:It returns following error:
Version
v0.48.05
How did you install?
docker compose:
Troubleshooting performed
There is no errors if I remove
await new Promise((resolve) => setTimeout(resolve, 1000));
line from JS code. But then page does not have enough time to load all the information and I don't get the full picture.Beta Was this translation helpful? Give feedback.
All reactions