Page 1 of 1

Log: WaitFor command shows "yourValue"-expect actual value

Posted: Thu Oct 05, 2017 5:43 pm
by Darwin
I have the following command in a recording module:

Code: Select all

Wait For  | AttributeContains   | Text  | $jobName    | StatusTextBox
$jobName is set to value "BIG Job".

Log shows following entry:

Code: Select all

00:44.177 | Info | Wait | Waiting 10s for the attribute 'Text' to contain the specified value 'yourValue'. Associated repository item: '<parent>.StatusTextBox'
Expect to see:
Waiting 10s for the attribute 'Text' to contain the specified value 'BIG Job'. Associated repository item: '<parent>.StatusTextBox'

Or at least this, as log shows "Current variable values" at beginning:
Waiting 10s for the attribute 'Text' to contain the specified value '$jobName' Associated repository item: '<parent>.StatusTextBox'

Re: Log: WaitFor command shows "yourValue"-expect actual value

Posted: Fri Oct 06, 2017 2:11 pm
by McTurtle
Hello Darwin,

'yourValue' looks very much like your default value. This makes me think that maybe the data source is not set correctly or there is something else wrong with the variable binding. Can you post screenshots of your data connector bindings in your next post?

Regards,
McTurtle