Quantcast
Channel: Grafana k6 - Grafana Labs Community Forums
Viewing all articles
Browse latest Browse all 362

Is xk6 extension required with k6 0.52 version?

$
0
0

I was trying to upload csv using setInputFiles command but getting a type error as Execution completed
Code:
const fileInput = import page.$(“locator”);
fileInput.setInputFiles(‘path of file’);
Output:
Uncaught (in promise) TypeError: Object has no member ‘setInputFiles’

I am using k6 version 0.52.

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 362

Trending Articles