grafana / k6-docs

The k6 documentation website.
https://grafana.com/docs/k6/latest/
87 stars 220 forks source link

Update to Async `ElementHandle` #1598

Closed inancgumus closed 5 months ago

inancgumus commented 5 months ago

What?

Update relevant ElementHandle methods from sync to async.

Checklist

Related PR(s)/Issue(s)

Updates: grafana/xk6-browser#1296

inancgumus commented 5 months ago

@ankur22

Nice work! I may have missed somethings though since there were a lot of changes.

Thanks! I've fixed what you could find here.

I've checked everything from scratch and found another issue: setInputFiles didn't have return header. Fixed c417818.