Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
anbarasi
Amateur
Amateur
Posts : 49
Join date : 2012-04-30
Age : 36
Location : chennai

any command to clear the data in a mail Empty 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
rohit13
rohit13
Master
Master
Posts : 180
Join date : 2012-03-29
Age : 38
Location : INDIA
http://radical-qa.blogspot.in/

any command to clear the data in a mail Empty 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.
avatar
anbarasi
Amateur
Amateur
Posts : 49
Join date : 2012-04-30
Age : 36
Location : chennai

any command to clear the data in a mail Empty 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
Sponsored content

any command to clear the data in a mail Empty Re: any command to clear the data in a mail

Back to top
Permissions in this forum:
You cannot reply to topics in this forum