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
I'm trying to use the k6/browser module with Chrome version 89.x.x. However, I'm encountering the following issues:
waitForNavigation calls are timing out consistently.
click actions are resulting in a nil pointer dereference error.
Interestingly, everything works perfectly when using Chrome version 106.x.x. Unfortunately, I'm working in an environment where I don't have control over the configuration or the ability to update the browser.
Could someone clarify the minimum version of Chrome required to use k6/browser effectively?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone,
I'm trying to use the k6/browser module with Chrome version 89.x.x. However, I'm encountering the following issues:
waitForNavigation calls are timing out consistently.
click actions are resulting in a nil pointer dereference error.
Interestingly, everything works perfectly when using Chrome version 106.x.x. Unfortunately, I'm working in an environment where I don't have control over the configuration or the ability to update the browser.
Could someone clarify the minimum version of Chrome required to use k6/browser effectively?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions