New user extensions for date and time related functions.
Selenium Forum: Functional And Regression Testing Tool. :: Admin :: User extensions to extend selenium.
Page 1 of 1 • Share •
New user extensions for date and time related functions.
hi guys,
There is some more function in new user extension related to the date and time. It contain the following functions:
1. StoreCurrentDate :
This function store current system date in MM/DD/YYYY format.If you want to change the format,just change the order in second last line of this function.
The result will be store into variable.
2. StoreFullCurrentDate :
This function store current system full date like "Saturday, September 12, 2009" format.If you want to change the format,just change the order in second last line of this function.The result will be store into variable.
3. StoreCurrentTime :
This function store current system time like "10:49:51" .If you want to change the format,just change the order in second last line of this function.
The result will be store into variable.
Download this user extension from this link:
http://www.mediafire.com/file/edco01ghd24/Date&Time_Related_UserExtension.rar
Enjoy it.
Bye
There is some more function in new user extension related to the date and time. It contain the following functions:
1. StoreCurrentDate :
This function store current system date in MM/DD/YYYY format.If you want to change the format,just change the order in second last line of this function.
The result will be store into variable.
2. StoreFullCurrentDate :
This function store current system full date like "Saturday, September 12, 2009" format.If you want to change the format,just change the order in second last line of this function.The result will be store into variable.
3. StoreCurrentTime :
This function store current system time like "10:49:51" .If you want to change the format,just change the order in second last line of this function.
The result will be store into variable.
Download this user extension from this link:
http://www.mediafire.com/file/edco01ghd24/Date&Time_Related_UserExtension.rar
Enjoy it.
Bye
Re: New user extensions for date and time related functions.
one more function is added to this user extension :
StoreAddExtraDaysToCurrentDate :
This function store current system date like "10/05/2010" + extra days . The result will be store into variable.
Sample Commands:
# [info] Executing: | StoreAddExtraDaysToCurrentDate | ModifiedCurrentdate| extraDays|
# [info] Executing: |type | Locator | ${ModifiedCurrentdate} |
--------------------------------------------------------------------------------------
http://www.mediafire.com/file/nmd1dr2ynym/DateRelated_updated_userExtension2.rar
StoreAddExtraDaysToCurrentDate :
This function store current system date like "10/05/2010" + extra days . The result will be store into variable.
Sample Commands:
# [info] Executing: | StoreAddExtraDaysToCurrentDate | ModifiedCurrentdate| extraDays|
# [info] Executing: |type | Locator | ${ModifiedCurrentdate} |
--------------------------------------------------------------------------------------
http://www.mediafire.com/file/nmd1dr2ynym/DateRelated_updated_userExtension2.rar
Re: New user extensions for date and time related functions.
ive done exactly wat is said in installation file but i cannot find and use this command in selenium i.e storeAddExtraDaysToCurrentDate.....plz help
saint_angerrr- Posts: 9
Join date: 2010-05-28
Re: New user extensions for date and time related functions.
Hi Adviser, your plugin is great, but I am still having troubles to use the StoreAddExtraDaysToCurrentDate.
By example I settled in IDE this command like this
StoreAddExtraDaysToCurrentDate | 10 | ModifiedCurrentDate
Given 10 as the number of days I want to add to my date...
The result:
ModifiedCurrentDate = 5/Nan/2011
Given today 5/20/2011 I expected to see 5/30/2011
Could you help me to get the expected result? Regards
By example I settled in IDE this command like this
StoreAddExtraDaysToCurrentDate | 10 | ModifiedCurrentDate
Given 10 as the number of days I want to add to my date...
The result:
ModifiedCurrentDate = 5/Nan/2011
Given today 5/20/2011 I expected to see 5/30/2011
Could you help me to get the expected result? Regards
travsam- Posts: 1
Join date: 2011-05-21
Not able to download UserExtension.rar
Not able to download Date&Time_Related_UserExtension.rar
, pls help me to download.
, pls help me to download.
rashmi2012- Posts: 1
Join date: 2012-05-11
Similar topics» [b]Progress of Unit No.5 BOP Construction as on date 20.02.09.[/b]
» You may discuss any computer related topic here.
» joke time
» joke time
» Joke time " Buwanang dalaw "
» You may discuss any computer related topic here.
» joke time
» joke time
» Joke time " Buwanang dalaw "
Selenium Forum: Functional And Regression Testing Tool. :: Admin :: User extensions to extend selenium.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum

» sample webdriver code for php users
» which standalone server to use
» Dynamic Drop Down Selection
» It is possible to find list of all URL's exist in any web page in selenium ide
» It is possible to compare 2 same images in selenium IDE.
» how to compare 2 ULR's which is exist in same web page (View page source).
» Web Driver: Unable to click a link present inside the frame of a frameset
» Help me to get dynamicaly loaded options of dropdown in Selenium RC -Junit test case