- sharathRegular Participant
- Posts : 29
Join date : 2012-08-04
Stored Variable in Javascript?
Wed Sep 12, 2012 11:02 am
Is there a way to use the stored variable inside Javascript.
Suppose I store a value as variable and used it by ${variable}.
Can i use ${variable} inside javascript?
Your views would be helpful,
Thanks
Sharath
Suppose I store a value as variable and used it by ${variable}.
Can i use ${variable} inside javascript?
Your views would be helpful,
Thanks
Sharath
- roscoActive particpant
- Posts : 20
Join date : 2012-04-05
Re: Stored Variable in Javascript?
Thu Sep 13, 2012 8:01 pm
Yes
For example :
For example :
storeText | id=name | client_name |
echo | ${client_name} | |
type | id=customer | javascript{storedVars[‘client_name’].toUpperCase()} |
- sharathRegular Participant
- Posts : 29
Join date : 2012-08-04
Re: Stored Variable in Javascript?
Thu Sep 13, 2012 8:57 pm
Thanks Rosco, i went through the SeleniumHQ documentation and found the same. Hope this post will be useful for someone who searches in this forum
Permissions in this forum:
You cannot reply to topics in this forum