İnanç Gümüş

Results 197 comments of İnanç Gümüş

@ankur22 Do we need an `Abort` event or can we solve this with `Context`? I hope it's the latter :)

Hi @samburtonlaurie, we don't currently have plans to add this feature. However, we're accepting open-source contributions if you're willing to. Thanks!

This issue might be related to #1253 as well.

It turns out that we don't publish `ElementHandle.setChecked` to users (it's not available on the browser module's Javascript API). Instead, we have `ElementHandle.check` and `ElementHandle.uncheck`. The difference of `setChecked` is...

@heitortsergent This can be closed once the reviewers approve #1696 🎉 We made all the necessary updates in grafana/xk6-browser#1340.

Thanks for the analysis 👍 For now, since it seems to work for us, I wouldn't go to the alternative route and use `postDataEntries` instead. @ankur22

The suggested (and the current) solution is mixing the tag name and URL properties. It was fine when there was only `url` and `name`. I believe the API would be...

> could it be a change in githubs actions @ankur22 Do you mean the current (this PR's) failures? The Github actions should not affect the outcome of these runs unless...

Here's my take on this issue. Putting it here in case it might be helpful. To reduce noise: - The logs should ideally come from the script instead of the...