1
<tr>
   <td>type</td>
   <td>text</td>
   <td>text + <?php echo $var ?></td>
</tr>

is possible add any variables for test in Selenium IDE? for example timestamp ?

1
  • did you try? and I don't think it does. as whatever the code you put under value is become string in converted format. Commented Nov 17, 2011 at 16:07

1 Answer 1

2

This timestamp example works well:

<tr>
    <td>store</td>
    <td>javascript{var date = new Date(); date.getTime();}</td>
    <td>var</td>
</tr>
<tr>
    <td>type</td>
    <td>css=.login</td>
    <td>${var}</td>
</tr>
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.