Questions tagged [wdiosync]
3 questions
0
votes
0 answers
WebdriverIO -[ERR_STREAM_WRITE_AFTER_END] with node 12.18.4 and wdio 6.12.1
Error [ERR_STREAM_WRITE_AFTER_END]: write after end at writeAfterEnd (_stream_writable.js:266:14) at RunnerStream.Writable.write (_stream_writable.js:315:5) at RunnerTransformStream.ondata (_stream_readable.js:719:22) at RunnerTransformStream.emit…

Rakesh Matha
- 1
- 1
0
votes
1 answer
How to set viewport in WDIO V6?
Is there a way to set viewport in current version of WebDriverIO i.e. V6(async)? I want to set responsive dimensions for the inner browser and not outer browser size.
I tried to zoom out using :
await browser.executeAsync((done) => {…

Prachi
- 1
- 1
0
votes
1 answer
NPM installation Error - "Python is not set from command line or npm configuration" for fibers installation using @wdio/sync
There is an issue while doing npm install for @wdio/sync.

Amitesh
- 2,917
- 2
- 19
- 14