I can able make initial click on the dropdown ,but not able to perform "type into or click or select " activities. Can someone help me to select option in the dropdown ?. I want to pass the values from excel ,is that possible ?
I have attached the screenshot.
First click any two items from dropdown list and then see selectors how it is. If item name is coming in the selector then pass variable to that selectors from excel file.
Use click activity and show me two items selectors. Then I will help you more on this.
@lakshman
Can you share me an example of how to pass from excel ,i am able to add aaname = ’ " +RelatedAuthors " ’ .
In Variable tab - i created RelatedAuthors as name and kept Variable type as String … Should i have to add - row(“relatedAuthors”).toString to Default column ?..
since it would read data from excel … is that correct ?