- Dimonaz
- Posts : 1
Join date : 2011-10-13
Steps duration time in IDE
Thu Oct 13, 2011 4:31 am
Hi everyone.
I'm new to Selenium and I need help on the next situation:
I have recorded a script and now I need to know how much time elapsed between certain steps.
Is there a way to do that in IDE?
Thank you very much in advance.
I'm new to Selenium and I need help on the next situation:
I have recorded a script and now I need to know how much time elapsed between certain steps.
Is there a way to do that in IDE?
Thank you very much in advance.
- freeskyAmateur
- Posts : 72
Join date : 2011-04-13
Re: Steps duration time in IDE
Mon Oct 17, 2011 1:44 pm
one solution is use javascript in IDE to get the time
Re: Steps duration time in IDE
Sat Mar 31, 2012 1:46 pm
Get the start time of script, and end time of script.
Below command will give you current time
Below command will give you current time
- Code:
javascript{(new Date().getHours()+" : " + new Date().getMinutes() + " : " + new Date().getSeconds())}
- Start at a certain time
- Totally blocked on one of the steps
- Ten Steps to set up Hybrid Automation Framework
- 10 steps to set up Selenium Automation Hybrid Framework (ToolsQA.com)
- 10 steps to set up Selenium Automation Hybrid Framework with implementing Testng, Log4j, Page Object Model, Data Driven, Modular Driven, Exceptions
Permissions in this forum:
You cannot reply to topics in this forum