- anbarasiAmateur
- Posts : 49
Join date : 2012-04-30
Age : 36
Location : chennai
any command to clear the data in a mail
Mon Apr 30, 2012 5:38 pm
im trying to make my script to reply a mail , and while doing it i need to remove the text already der and place my words inside the body of the mail . is there any selenium ide commands to peform it
here is the steps
-opening an incoming mail
-clicking the reply button it takes u to the reply screen with the incoming email content in the body area
- need to clear these text and place my text and send this mail
here is the steps
-opening an incoming mail
-clicking the reply button it takes u to the reply screen with the incoming email content in the body area
- need to clear these text and place my text and send this mail
Re: any command to clear the data in a mail
Mon Apr 30, 2012 7:21 pm
You can use below command which will clear all data in field
storeEval | window.document.getElementById('customerno').value = ''
customerno is ID of field.
storeEval | window.document.getElementById('customerno').value = ''
customerno is ID of field.
- anbarasiAmateur
- Posts : 49
Join date : 2012-04-30
Age : 36
Location : chennai
Re: any command to clear the data in a mail
Wed May 02, 2012 1:06 pm
thanks for ur reply . but instead i want to type my text on the body of the mail in record mode its not capturing . plz tell command to type text
Permissions in this forum:
You cannot reply to topics in this forum