- nb3003Active particpant
- Posts : 11
Join date : 2013-03-12
Location : chennai
using type command in date picker field
Tue Mar 12, 2013 9:32 pm
selenium.type("id=dob",12121990);
if(selenium.getValue("id=result").equals("12121990")) {
system.out.println("Changed");
}
Here when I type DOB in dob text box, the value=12121990 will be displayed in result text box box. Here id=DOB is the date picker. The value that is being typed is not reflected in id=result text box. Im not using selenium.click to select the date. Instead Im typing the date in date field. Pl help me.
if(selenium.getValue("id=result").equals("12121990")) {
system.out.println("Changed");
}
Here when I type DOB in dob text box, the value=12121990 will be displayed in result text box box. Here id=DOB is the date picker. The value that is being typed is not reflected in id=result text box. Im not using selenium.click to select the date. Instead Im typing the date in date field. Pl help me.
Re: using type command in date picker field
Thu Mar 21, 2013 8:48 pm
I think for date picker you have to click on calendar link to choose from without it you can't enter into it.
you can try 2 ways:
1. do mouse operations by clicking on date of your choice.
2. click on calendar click and then type date into edit field. by clicking on calendar link makes the field editable and write operation perform successfully
Hope this will help. Best of luck.
Bye
.
you can try 2 ways:
1. do mouse operations by clicking on date of your choice.
2. click on calendar click and then type date into edit field. by clicking on calendar link makes the field editable and write operation perform successfully
Hope this will help. Best of luck.
Bye
.
- nb3003Active particpant
- Posts : 11
Join date : 2013-03-12
Location : chennai
Re: using type command in date picker field
Tue Mar 26, 2013 1:46 pm
There is an attribute for input tag called fire() in the code. Frm tat attribute they hav triggered action to get the value frm datepicker.
Hw can i use tat in selenium? I tried fireevent. Its nt working. Pl help me with this issue Im finding it difficult to use datepicker for 160 yrs before. It takes lots of time.
Hw can i use tat in selenium? I tried fireevent. Its nt working. Pl help me with this issue Im finding it difficult to use datepicker for 160 yrs before. It takes lots of time.
Permissions in this forum:
You cannot reply to topics in this forum