appium / dotnet-client

Extension to the official Selenium dotnet webdriver
Apache License 2.0
381 stars 187 forks source link

Context function not working #668

Closed MateuszC05 closed 11 months ago

MateuszC05 commented 11 months ago

I open the theme again, I have to work on appium version 4.4.5, I can't switch between WebView and NativeView context, the cmd displays No route found for /wd/hub/session/{sesionID}/contexts. Please help. I noticed that in Appium inspector, switching between contexts works, but the POST that is sent looks like No route found for /wd/hub/session/{sesionID}/contexts

Dor-bl commented 11 months ago

As I said, 4.4.5 is out of support and no longer maintained. I suggest you migrate to v5.0

MateuszC05 commented 11 months ago

we cannot currently migrate to the latest version, is there any other way to fix this? As for the new version, can you please send some migration instructions?

MateuszC05 commented 11 months ago

I managed to solve the problem by migrating the whole project to the latest version of appium 5, it took some time and created problems but it works, Thanks for your help