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
nb3003
Active particpant
Active particpant
Posts : 11
Join date : 2013-03-12
Location : chennai

using type command in date picker field Empty 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.
Advisor
Advisor
------------------------
------------------------
Posts : 387
Join date : 2009-07-30
Location : India
https://seleniumforum.forumotion.net

using type command in date picker field Empty 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
.

avatar
nb3003
Active particpant
Active particpant
Posts : 11
Join date : 2013-03-12
Location : chennai

using type command in date picker field Empty 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 Sad Im finding it difficult to use datepicker for 160 yrs before. It takes lots of time.
Sponsored content

using type command in date picker field Empty Re: using type command in date picker field

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