Jonathan Lipps
Jonathan Lipps
@KazuCocoa I'm confused. I already see the DELETE /actions in the routes list.
Oh! I'm surprised it was in 2.0 basedriver but not 1.x. I guess we added it more recently.
I think Appium Doctor needs to be updated quite a bit in an Appium 2 world. Currently it contains a library of checks for drivers. Instead, the drivers should expose...
fyi we have #16812 and #16813 already
All the changes are in the [migration guide](https://github.com/appium/appium/blob/2.0/docs/en/advanced-concepts/migrating-to-appium-2.0.md). We don't have a changelog of within-beta releases though, so let's see what @boneskull says. Meanwhile, what if instead of ``` node...
In our code we are simply using the `.info` method of our logger, and this hasn't changed. I also can't reproduce it being sent to stderr. When run from the...
👍 does the typescript repo itself have any conversation around this?
yeah, what i mean is, is this a known issue which is likely to be addressed by typescript itself?
@sobolewska yes something like this should work, this is not a long press though, this is more of a drag and drop. also 600ms is probably not long enough.
Yeah, it's not a bug. And if we want an "install or update" command I'd probably rather do it the other way, something like: ``` appium driver install --update xcuitest...