Jonathan Lipps
Jonathan Lipps
https://github.com/appium/appium-uiautomator2-driver/pull/459/files (this one is still open, so probably is superseded by your work now?)
for xcuitest: https://github.com/appium/appium-xcuitest-driver/pull/1331
> (If it's multiple, it makes me wonder if a "base iOS" or "base Android" driver might make sense) The current situation is that both the XCUITest driver and the...
> Not really. XCUITest driver does not depend on any legacy stuff anymore. Oh cool. I missed that it didn't depend on `appium-ios-driver` anymore. Good stuff!
I think part of the point of these tests is to actually perform an e2e test against the actual registry, so we may be able to replace some (but not...
What if NPM changes the way that install works and introduces some difference between local and registry. I'd still like to have confidence that installing from the registry works. Maybe...
yeah, we should maybe just always use quotes in our shell examples since it doesn't hurt on bash/zsh and seems like it's actually necessary on win
I don't see anything off in the logs, it seems like we did the check for the alert, it came back empty as expected, and then the atom just literally...
I think what I'm saying is that whatever's wrong is probably not in the Appium side of the code. Appium sends some javascript to execute and that execution takes >2...
once updated, this document can probably be moved to https://github.com/appium/appium/issues/16803 since that is basically what it is, correct?