Pour selectionner um élement sur la Liste

Bonjour,

S´il-vous-plait.
Je voudrais savoir comment faire pour selectionner dynamiquement un élement sur la liste.

Le lien de site = [https://naturgybrasil.zendesk.com/hc/pt-br/requests/new?ticket_form_id=360000441312]
Élement des données: Mês Referência e Ano da Fatura

Je vous rémercie.
Etshindo

Hi @Etshindo

Have you tried using select item or use type into

Thanks
Ashwin.S

Oui, “select item” n´a pas fonctionné.
“Type into” aussi non.

Ok friend show the selector

Thanks
Ashwin.S

Vous pouvez selectionner un élement dynamiquement avec l’index du menu et while loop. Le sélecteur ressemble à ceci: <webctrl idx = '"+VotreVariable.ToString+"' parentid='searchForm' tag='A' />"

hi @monsieurrahul
Attach the title along with the selector and check it

Thanks
Ashwin S

The title varies each time since it is a drop down list so, its better to iterate through them inside a while and select them using index. You can explore this through the UI explorer. Thanks!