christian-bromann on v8
adjust package.json of mocha fr… (compare)
christian-bromann on v8
make Node.js v16 a requirement transform @wdio/protocols into … transform @wdio/logger into ESM and 41 more (compare)
christian-bromann on v8
enable mocha tests (compare)
christian-bromann on v8
rewrite @wdio/mocha-framework t… (compare)
christian-bromann on v8
rewrite @wdio/devtools-service … eslint fixes (compare)
christian-bromann on v8
make Node.js v16 a requirement transform @wdio/protocols into … transform @wdio/logger into ESM and 36 more (compare)
christian-bromann on v8
some fixes (compare)
christian-bromann on main
another tweak (compare)
Hi Guys,
I'm trying to use spectrum (uses webdriver.io) and I'm not being able to click on a checkbox
I'm doing:
const checkbox = await app.client.findElement('css selector', '.checkbox');
app.client.elementClick(checkbox);
But someone this findElement returns a json like {
'element-6066-11e4-a52e-4f735466cecf': 'd9ee3334-ef66-4ae7-a308-d249b1a95f24'
}
Which is not accepted by the click method, do you know why?