Find xpath locators for google users selection from list when we have pressed google login button in the App

Hi everyone,

I have implemented Appium on Application login process. There is a situation that there is a google login button. When I press google login button for login, it opens a popup with having multiple users list.
I want to select one of the user from the list.
Now, the problem is, I am unable to select the popup users.
How can I select the users?, say 1st user.

I have user the xpath locators correctly, but still selenium through an exception of not finding the locator.

1 Like

If you can share the appium inspector details , I can help you out on this

Hi, I also have same question for this.

For now, I just using xpath at the first index, but It’s better to select one specific account.

Do you have any sample code for this scenarios?