dependabot[bot] on npm_and_yarn
christian-bromann on npm_and_yarn
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?
this.mySharedData = myvalue
in a step and use directly this.mySharedData
in another step definition.Object is possibly 'undefined'.ts(2532)
when I declare my shared object this.mySharedData = myvalue
and when I use it. Ex: if(this.mySharedData === expectedValue)
. I'm trying to find a way to fix this issue...Hey,
I just updated my Mobile testing repo from WDIO v5 to WDIO v7
I'm trying to run a test on WDIO v7 /appium on an iOS simulator, and getting the error:
'[debug] [HTTP] No route found for /session
[HTTP] <-- POST /session 404
'
Wondering if anyone has had similar issues while trying to run tests on WDIO v7?
I have found similar error's saying:No route found. Setting content type to 'text/plain'
But unfortunately the tips given in those instances don't appear to be helping/solving my problem.