Elektrine lite

← Feed

@ctietze@mastodon.social

Post #1196277

2026-04-10 04:56 UTC

@ivmirx oh then you're maybe not missing out too much :) I recently scripted a pipeline where I could run automatec XCUITest-based app tests for Mac via a VM (so that my host machine's screen is not blocked and my cursor not captured by the automation runs)

Replies (1)

  • @ivmirx@mas.to 2026-04-10 05:44

    @ctietze my main problem was that `accessibilityIdentifier` apparently wasn't present in the native UI dumps (not the case on Android where UIAutomator includes them) and that's what I've been adding across the app for reliable multi-language UI automation

    Open ##1196278