Jonathan Lipps

Results 388 comments of Jonathan Lipps

I tried to update the atoms but they have changed so much in recent Selenium updates it looks like it will be a big project that unfortunately I cannot fully...

@StephanLuis if someone wants to build an Appium dev docker env that would be great. Unfortunately the problem is that for "basic" Appium dev (no drivers), the dev env is...

> This basically creates the issue. Upgrade the driver to the most recent version, which depends on Base driver 8.4.0+ and the issue will be fixed. Yes, that's one reason...

Just weighing in on the peer dependency approach. Something like that can probably work. In the past drivers were standalone, so we didn't envision that model. An alternative would be...

@JuanCarlos-Arceredillo that's a separate issue, do you mind opening a new issue so we can treat it on its own.

> I think it would also make sense to make @babel/runtime and source-map-support peer dependencies in drivers Is this so that they will use the ones that come with the...

@KazuCocoa we should mention anything relevant about extensions.yml in the 'Managing Drivers & Plugins' doc in the new architecture (https://github.com/appium/appium/blob/jlipps/new-docs/packages/appium/docs/en/guides/managing-exts.md)

makes sense. if you want to trigger keyboard events you can always just find the specific keys and click on each one.

On iOS, at least in my experience in the past, keys are findable by accessibility ID so you don't need to worry about position.