I’m in dire need of some assistance. I’ve a double click activity, and I want the selector to be dynamic. Unfortunately, i have to pass through a variable into the idx=‘’. There is no other way to hit my target.
Using UI explorer, i retrieve the HTML code which is
I have a variable called “BLUE” which is an integer type (1,2,3,4,5,6,7,8,9 etc…) …
I converted it to another variable called “COUNT” which is a string type
Passing through the string type variable COUNT into my HTML code… I entered the below to Property - Target - Selector - click …
“”
When i run my bot, i am shown the below error
Message:‘aaname’ is an unexpected token. The expected token is ‘=’.
I attempted to edit my my code as
“”
Message:Syntax is not valid
Passing through the string type variable COUNT into my HTML code… I entered the below to Property - Target - Element - click …
“”
When i run my bot, i am shown the below error
Message:
Compiler error(s) encountered processing expression “”“”.
Value of type ‘String’ cannot be converted to ‘UiPath.Core.UiElement’.
Any assistance is appreciated.