Device/OS: Samsung Galaxy A16 5G · One UI 7.0 · Android 15
Target app: ChatGPT (com.openai.chatgpt)
Goal: In a flow, open a specific Custom GPT (via URL) and then tap the in-chat Voice conversation button (full voice in/out), not the keyboard dictation mic.
Flow (works except the click):
Resolve activity + App start to open the GPT share link.
App foreground wait for com.openai.chatgpt.
Delay ≈ 600 ms.
Interact → Click the Voice conversation button (bottom-right).
What I tried for the Interact block:
Record interactions didn’t catch the tap, so I used Record → Search (🔍) and got this absolute XPath:
Questions for the community:
Does anyone have a robust XPath that matches the ChatGPT Voice conversation control on recent builds?
Fallback idea: a relative XPath for “rightmost clickable in bottom bar” that uses layout attributes (e.g., @android:clickable='true' with a bottom-zone filter)