Open christian-bromann opened 5 years ago
Moving to v4 repo. We don't actively fix issues for v4 anymore. However we are happy to merge provided fixes and release new versions.
Sure however at the moment appium has an issue with WebdriverIO v5 thus I am unable to upgrade
@LayMuiToh maybe consider help to port the service 😉
Hi Christian, you mean the appium service? I will give it a try. any tips to get started?
From @LayMuiToh on February 25, 2019 12:24
[//]: # NOTE: This repository only maintains packages that are listed in the Readme. Please make sure that your issue is directly caused by one of these packages and if not file an issue in the correct 3rd party package repository.
Environment (please complete the following information):
WebdriverIO version:v.4.14.1
Mode: [Standalone mode or WDIO Testrunner: wdio testrunner
If WDIO Testrunner, running sync/async:sync
Node.js version: v10.15.1
NPM version:6.4.1
Browser name and version:NA (mobile native)
Platform name and version: iOS 10.3.1
Additional wdio packages used (if applicable): [e.g. @wdio/spec reporter, @wdio/selenium-standalone service]
Config of WebdriverIO
Describe the bug An unknown server-side error occurred while processing the command. Original error: Element id is expected to be set for selectPickerWheelValue method
code snippet to call the selectPickerWheel: browser.execute('mobile: selectPickerWheelValue', { element: MoreFilters.picker.ELEMENT, order: 'next', offset: 0.5});
To Reproduce Steps to reproduce the behavior:
[Include code or an example repository that can easily be set up]
Expected behavior it should able to select the picker UI element value.
Log If applicable, add logs to help explain your problem. https://gist.github.com/LayMuiToh/2a36e54b6832394ee3daa9e0557307f4
Additional context Add any other context about the problem here.
Copied from original issue: webdriverio/webdriverio#3617