0

I have test that include the time of the start of senario, then i have to know when scenario started in JSystem?

Thanks.

1 Answers1

0

Well, you have no wait to get the scenario started. But, you can get the time scenario change last time, it occur when the scenario start:

JSystemProperties.getInstance().getPreferencesFile().lastModified()).getMillis()

I hope I helped you.

Idan Str
  • 614
  • 1
  • 11
  • 33