Browser Mode - Is there a way to configure actionTimeout from playwright? #6982
-
In Browser Mode using the Playwright provider, I have a test suite running in CI. From the screenshots I can see the locator found the element correctly but before the click happens it times out because 1000ms is not enough in the slow CI. Is there a way I can configure the option
|
Beta Was this translation helpful? Give feedback.
Answered by
sheremet-va
Nov 28, 2024
Replies: 1 comment 4 replies
-
You can provide a timeout option directly when calling the method For now, there is no global configuration that can do that |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
JoaoCnh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can provide a timeout option directly when calling the method
For now, there is no global configuration that can do that