Entering a time stamp in comment / text box?
Mon Aug 17, 2009 11:33 am
hi,
One if the user have following problem in IDE to get the time stamp value in variable. the problem are as follows:
At a certain point during an automated script, I'd like to insert the following text in a comment box:"comment posted on 2009.11.03 at 1:33PM"
where the date and time on my computer is automatically inserted.
<tr>
<td>type</td>
<td>comment_textarea</td>
<td>comment posted on [date] at [time]</td>
</tr>
<tr>
<td>clickAndWait</td>
<td>comment_submit</td>
<td></td>
</tr>
<tr>
One if the user have following problem in IDE to get the time stamp value in variable. the problem are as follows:
At a certain point during an automated script, I'd like to insert the following text in a comment box:"comment posted on 2009.11.03 at 1:33PM"
where the date and time on my computer is automatically inserted.
<tr>
<td>type</td>
<td>comment_textarea</td>
<td>comment posted on [date] at [time]</td>
</tr>
<tr>
<td>clickAndWait</td>
<td>comment_submit</td>
<td></td>
</tr>
<tr>
Re: Entering a time stamp in comment / text box?
Mon Aug 17, 2009 11:37 am
Hi,
In RC you can do easily with some API supported by programming language in which you are working. Just use the timestamp command.
But if you want to use in ide, it will be little tricky. If date and time you want appear on browser can be done in following ways:
1. Store date and time into variable from storeText(locator) command in selenium.
2. now, you will have a current date and time.
3. use it by using ${variableName}.
But if value is not appear on browser that will have to be done through RC only.
hope this will help you. Best of luck.
Byee
In RC you can do easily with some API supported by programming language in which you are working. Just use the timestamp command.
But if you want to use in ide, it will be little tricky. If date and time you want appear on browser can be done in following ways:
1. Store date and time into variable from storeText(locator) command in selenium.
2. now, you will have a current date and time.
3. use it by using ${variableName}.
But if value is not appear on browser that will have to be done through RC only.
hope this will help you. Best of luck.
Byee
- How to return the focus to original frame after entering text in tinymce?
- Selenium Webdriver unable to click the submit button for the Second time after entering the datas from the excel
- Using Webdriver java :Obtaining an OTP(Ont time Password) PIn from an registered email ID and use the value in an text box field of my Webapp URL.
- How to get the tittle of a object (not window), bcz title holds the full text but inner text holds only 25 char of text (in RC and Webdriver)
- insert text in a text box of the console
Permissions in this forum:
You cannot reply to topics in this forum