@Vijithav wrote:
Hi Everyone,
I am using the click activity to click on various option in the drop down list by fetching values from the excel sheet using while loop. But I am getting the below error message.
“The selector is not valid”
Exception Type: uiPath.Core.InvalidSelectorExceptionI have followed the below method.
Assigned as below
varSelect=BranchDetails.Rows(rowNumber)(“Select Brand”).ToString
selectorContent=""And in the click activity, I have used the variable selectorContent.
The value is getting fetched and getting the selector not valid error. I also have tried using the Expression Editor like suggested in other posts. But still getting the same error. Would really appreciate if someone could help me to understand where the issue is.
Note: If i pass the direct value the varSelect, it does work.
Thanks!
Posts: 13
Participants: 4