Appium 2.0 Windows Driver Session Routing
See original GitHub issueThe problem
Windows driver installed via ‘appium driver install windows’ (windows@1.18.0)
When attempting to create new session it fails.
Environment
- Appium CLI version - 2.0.0-beta9
- Desktop OS - Windows 10
- Node.js - v14.15.4
- Npm - 6.14.11
- Mobile platform/version under test: Windows/UWP
More Info
[debug] [HTTP] Request idempotency key: a6f5f6b8-b828-419f-9dc4-c5f04f2bdc60
[HTTP] --> POST /wd/hub/session
[HTTP] {"platformName":"WINDOWS","deviceName":"WINDOWS" ... desiredCapabilities Logged here but redacted}
[debug] [HTTP] No route found for /wd/hub/session
[HTTP] <-- POST /wd/hub/session 404 17 ms - 211
[HTTP]
Issue Analytics
- State:
- Created 3 years ago
- Comments:22 (8 by maintainers)
Top Results From Across the Web
Windows - Appium
Appium has the ability to automate Windows PC Desktop apps. This driver relies on a project from Microsoft called WinAppDriver, which is an...
Read more >First Look at Appium 2.0 and New Drivers - HeadSpin
A first look on what Appium 2.0 is, what's the vision, and what are some of the technical possibilities and changes that you...
Read more >How to Create Appium WinAppDriver Session with ... - YouTube
Video objective: How to create WindowsDriver session for Appium based ... 3K views 2 years ago Test Automation Using Appium and WinAppDriver.
Read more >Automate Everything, Appium 2.0 and New Drivers - YouTube
... forward-looking topics in test automation.In this webinar, we cover: - Appium 2.0 sneak preview, coming 2020- Espresso Driver, pros and...
Read more >Testing Mobile App with Appium & WebdriverIO: "No route ...
I got rid of the problem by using this command to start Appium server in the terminal: appium --base-path /wd/hub.
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
The error is expected. Appium 2.0 requires W3C spec capabilities, but probably your request does not have it. So,
wdaLocalPort
should beappium:wdaLocalPort
.Appium clients add
appium:
for non-standard capabilities, but probably your grid does not have such behavior.we’re still working on documentation, but you can find it in https://github.com/appium/appium/blob/2.0/docs/en/advanced-concepts/migrating-to-appium-2.0.md#bangbang-capabilities