Error converting element ID for using in WD atoms for iOS hybrid app
See original GitHub issueThe problem
I am running tests for the hybrid iOS app, they were running without an error a few days back but from the last few weeks since then they started failing with the below reasons.
unknown error: An unknown server-side error occurred while processing the command. Original error: Error converting element ID for using in WD atoms: ':wdc:1627937674059'
Environment
- Appium version (or git revision) that exhibits the issue: 1.21.0
- Last Appium version that did not exhibit the issue (if applicable):1.20.0
- Desktop OS/version used to run Appium: macOS Big Sur
- Node.js version (unless using Appium.app|exe): v14.17.4
- Npm or Yarn package manager: Yarn
- Mobile platform/version under test: iOS
- Real device or emulator/simulator: iOS simulator
- Appium CLI or [Appium.app|exe:]
Details
If necessary, describe the problem you have been experiencing in more detail.
Link to Appium logs
https://gist.github.com/hemant-janrao/6ccd72c6e9c559636ca951c918df9fea
Code To Reproduce Issue [ Good To Have ]
Run Appium tests for hybrid apps
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Getting exception Error converting element ID for using in WD ...
I am trying to get the font size for static text on an app and getting below error. Exception in thread "main" org.openqa.selenium....
Read more >Appium An unknown server-side error occurred while ...
i have xcode 6.4 appium 1.4.13. The i run the simple_test.rb, the code like this. iOS scimitar start ,and put values in textfields....
Read more >IOS Issues clicking on some elements: An unknown server ...
I have an issue clicking on an element, the error only happens if I run the TestCases on SauceLabs, if I run the...
Read more >Use this.executeAtom in Appium Xcuitest Driver With Examples ...
Perform automation testing on 3000+ real desktop and mobile devices online. ... UnknownError(`Error converting element ID for using in WD atoms: '${el}`); ...
Read more >Bug listing with status RESOLVED with resolution OBSOLETE ...
systemPrefs with at least two files" status:RESOLVED resolution:OBSOLETE severity: ... Bug:172874 - "media-tv/linuxtv-dvb-apps fails due to i18n error(?)" ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m currently working on https://github.com/appium/appium-xcuitest-driver/pull/1324 Perhaps, it might also be in use in such case
Closed because of no response