Hi All,
I have web page list box i want to select all teh items one time and add.
How to to do that. Please refer below screen shot
Can some one help on this.
Regards,
Hima
Hi All,
I have web page list box i want to select all teh items one time and add.
How to to do that. Please refer below screen shot
Can some one help on this.
Regards,
Hima
Hi @thima,
You could try and see if that select /list box element lets your send hotkeys. If it does,
Hope this helps!
Hi @thima
Try to see when u select all option at once and see the Selector of it in ui explorer can u see the all the text there in any of attribute ?
( Particularly innertext attribute )
If yes then use get attribute to get the attribute values and use string manipulation to get the data
Regards
Nived N .
Happy Automation
Hi @thima
Please use ‘Select Multiple Items’ activity and select the list you want to add.
For example if I have to select all items from the below list:
I will use ‘Select Multiple Items’ activity and update its selector using uiExplorer
For more details please go through the below link: