2

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.

mpso
  • 1,129
  • 2
  • 13
  • 26

1 Answers1

1

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

Community
  • 1
  • 1
Todd R
  • 18,236
  • 8
  • 31
  • 39