mpso
mpso

Reputation: 1149

Dynamic data in Selenium IDE tests?

Can I insert dynamic data into the tests that Selenium IDE produces, or do I need to do this with Selenium Server? For example, I'd like to insert the current date and time into a text field.

Upvotes: 2

Views: 7502

Answers (1)

Todd R
Todd R

Reputation: 18506

I think you're asking the same thing as this question: Using Selenium IDE with random values

In any case, using javascript, you can get the current date and time and use that within your test

Upvotes: 1

Related Questions