github-actions[bot] on v7.0.8
v7.0.8 (compare)
github-actions[bot] on main
v7.0.8 (compare)
github-actions[bot] on v7.0.8
restart: false
which looks to be deprecated... :/
browser.execute(() => {
// @ts-ignore
(document as HTMLDocument).querySelector('html').scroll();
});
Hi , am getting an abrupt error without much showing in the context with appium 1.17.1 and webdriverIo any version. So i assume its appium issue. if anything incorrect providedin config or a loose wire connection to devices or any other things, running the script always shows
ERROR webdriver: RequestError: read ECONNRESET. always shows this generic message.
Earlier with appium 1.15.1 it shows some specific error string e.g device of os 10 not found or etc...
so does it something with node_modules as i have 12.17.0. or what?
Hi , am getting an abrupt error without much showing in the context with appium 1.17.1 and webdriverIo any version. So i assume its appium issue. if anything incorrect providedin config or a loose wire connection to devices or any other things, running the script always shows
ERROR webdriver: RequestError: read ECONNRESET. always shows this generic message.
Earlier with appium 1.15.1 it shows some specific error string e.g device of os 10 not found or etc...
so does it something with node_modules as i have 12.17.0. or what?
@daljit08_gitlab Scroll above ECONNRESET, you will find the elaborated error, it is mostly configuration issue
@dmytro.basiuk_gitlab you can access the capabilities during the test: https://webdriver.io/docs/browserobject.html
ha, in this way: console.log(browser.config.fakeUser)
? nice. so, it will be something like console.log(browser.config.capabilities.goog:chromeOptions.args) ?