i am unable to select exact item from dropdown
value which i want is in second position check below ss.
if i get those values using get text and thought to split split and do the loop but issue is when i am getting data there is no any saperater to split like below.
how can i resolve this issue?
and select perfect item from dropdown? @monsieurrahul
Could you Check with the Set Web Attribute Activity. Firstly, Check the UI Element using the UiExplorer, find the attribute where the value is present. Use that attribute for setting the value.
@Mathkar_kunal , You would require to perform the Checking of the Element details at first as mentioned above.
The attribute where you will find the dropdown value selected will be the attribute name that you will have to provide in the Attribute Property. The Value that you would want to set in the Dropdown will needed to be added to the Value Property.
You would require to indicate the Dropdown element as well. Check if these do not give errors and then move forward.
If Select Item is not able to select correct item, you can use Click and then Type Into activity on that dropdown field, only thing to take care is you are supposed to type exact value as available in dropdown list and at last use Enter(keystoke after type into).