- anbarasiAmateur
- Posts : 49
Join date : 2012-04-30
Age : 36
Location : chennai
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
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?
- anbarasiAmateur
- Posts : 49
Join date : 2012-04-30
Age : 36
Location : chennai
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
i used keypress and value as 8 to clear word by word
Re: command for clearing a data
Mon May 14, 2012 12:42 pm
you can use
OR
- Code:
type | locator |
OR
- Code:
storeEval | window.document.getElementById('reg_start_date').value = '' |
- anbarasiAmateur
- Posts : 49
Join date : 2012-04-30
Age : 36
Location : chennai
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
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.
instead of this use suggested command.Nothing different.
- anbarasiAmateur
- Posts : 49
Join date : 2012-04-30
Age : 36
Location : chennai
Re: command for clearing a data
Mon May 14, 2012 1:41 pm
yes it works .. thanks
Permissions in this forum:
You cannot reply to topics in this forum