Jonathan Lipps

Results 388 comments of Jonathan Lipps

This means that the element you found no longer exists (as the same element reference) when you query its location. It may be an element which is constantly being regenerated...

yes, absolutely. we should no longer require appActivity to be present since we can now determine launchable activity without it.

I'd be interested in adding support for this, as tracking releases and associated downloads is something I'd very much like to see on our dashboard. Can you suggest a good...

looks like the inspector java generation code needs to be updated? (duplicate of https://github.com/appium/appium-inspector/issues/226?)

@saikrishna321 or @SrinivasanTarget do you think one of you could do the inspector changes? i don't know what's different in appium java client 8

That's too much code for us to adequately review. My advice would be to start stripping away everything except a bare skeleton from that code until you have a minimal...

Please inspect the application (right click + inspect) and look for errors in the console log. There will be some error there which explains why the app is not loading.

All inspector work has moved to https://github.com/appium/appium-inspector/releases. Can you please try the latest release there, and then create an issue at that repo if something still isn't working?

Did you first ensure that this problem does not occur with the CLI version of Appium? Also, your Appium log did not attach.

And please also send the log with successful execution from the CLI version of Appium. (Since you have reported the issue here, I am assuming that this test works just...