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

command for clearing a data Empty command for clearing a data

Fri May 11, 2012 7:46 pm
hi anyboby could say me a selenium ide command to clear a data
rohit13
rohit13
Master
Master
Posts : 180
Join date : 2012-03-29
Age : 37
Location : INDIA
http://radical-qa.blogspot.in/

command for clearing a data Empty Re: command for clearing a data

Fri May 11, 2012 7:53 pm
are you talking about text-box??can you please provide more information?
avatar
anbarasi
Amateur
Amateur
Posts : 49
Join date : 2012-04-30
Age : 36
Location : chennai

command for clearing a data Empty Re: command for clearing a data

Mon May 14, 2012 12:38 pm
yes .. i want to edit a customer name from a text box , also it would be better if i can clear any datea in a email body screen .
i used keypress and value as 8 to clear word by word
rohit13
rohit13
Master
Master
Posts : 180
Join date : 2012-03-29
Age : 37
Location : INDIA
http://radical-qa.blogspot.in/

command for clearing a data Empty Re: command for clearing a data

Mon May 14, 2012 12:42 pm
you can use
Code:
type  |  locator  |

OR


Code:
storeEval | window.document.getElementById('reg_start_date').value = '' |
avatar
anbarasi
Amateur
Amateur
Posts : 49
Join date : 2012-04-30
Age : 36
Location : chennai

command for clearing a data Empty Re: command for clearing a data

Mon May 14, 2012 1:07 pm
sorry to say im not clear with this codes. i dont deal with codes
rohit13
rohit13
Master
Master
Posts : 180
Join date : 2012-03-29
Age : 37
Location : INDIA
http://radical-qa.blogspot.in/

command for clearing a data Empty Re: command for clearing a data

Mon May 14, 2012 1:10 pm
keypress and value as 8
instead of this use suggested command.Nothing different.
avatar
anbarasi
Amateur
Amateur
Posts : 49
Join date : 2012-04-30
Age : 36
Location : chennai

command for clearing a data Empty Re: command for clearing a data

Mon May 14, 2012 1:41 pm
yes it works .. thanks
Sponsored content

command for clearing a data Empty Re: command for clearing a data

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