Это ошибка, которую я вижу. продолжайте получать, когда мой клиент Python пытается подключиться:
Appium
Код: Выделить всё
[Appium] Welcome to Appium v2.11.4
[Appium] The autodetected Appium home path: C:\Users\hugfos\.appium
[Appium] Attempting to load driver windows...
[Appium] Requiring driver at C:\Users\hugfos\.appium\node_modules\appium-windows-driver\build\index.js
[Appium] WindowsDriver has been successfully loaded in 0.070s
[Appium] Appium REST http interface listener started on http://0.0.0.0:4723
[Appium] You can provide the following URLs in your client code to connect to this server:
http://172.24.40.154:4723/
http://127.0.0.1:4723/ (only accessible from the same host)
http://172.18.144.1:4723/
http://172.19.176.1:4723/
[Appium] Available drivers:
[Appium] - windows@2.12.32 (automationName 'Windows')
[Appium] No plugins have been installed. Use the "appium plugin" command to install the one(s) you want to use.
[HTTP] Request idempotency key: 914f40d9-a010-4b37-bdee-be38facee47b
[HTTP] --> POST //session {"capabilities":{"firstMatch":[{}],"alwaysMatch":{"platformName":"windows","appium:options":{"automationName":"Windows","deviceName":"WindowsPC","app":"Microsoft.WindowsCalculator_8wekyb3d8bbwe!App"}}}}
[HTTP] No route found for //session
[HTTP]
Подробнее здесь: [url]https://stackoverflow.com/questions/79015735/appium-calculator-example-no-route-found-for-session[/url]