Jonathan Lipps
Jonathan Lipps
and also, `which appium`
as well as `npm ls -g appium`
You ran these commands before or after you solved the problem with a reinstall? I'm gonna close this for now, but let me know if it happens again and we...
OK, try the following and show me any relevant output: ``` rm -rf ~/.appium npm uninstall -g appium npm install -g appium which appium npm ls appium npm ls -g...
this output is strange. do you have `APPIUM_HOME` set to anything? you can do `echo $APPIUM_HOME` to see
I'm not sure. Something seems quite odd on your system. I can't reproduce this issue. Maybe there is some environment config on your system that is causing this problem. We...
we already do this under the hood in the iOS code (triggered via the nativeWebTap capability; so it's possible we can refactor some of that out).
> Instead of worrying about state (ie isWebContext) how about we only do taps via X,Y coordinates? When we have a native element, I want to use the native click...
Can you clarify what you think I mean by "element namespace"? Or I could say, "element ID-space"
Yes, this is in our prioritized backlog so there are plans to implement it. It will still take some time to get to, however.