• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Selenium - Problem testing a date field.

 
Ranch Hand
Posts: 430
Android VI Editor Debian
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a page that has an image which when clicked shows a calendar. I've put an example of it here --> http://www.dotvibes.com/test/test.html Clicking on the image shows a calendar.

I tried to use Selenium IDE to record the action of clicking this image but it just does not work properly.

Here is what selenium IDE returns



After clicking the image, selenium IDE does not record actual clicking of a date in the calendar.
And also i cant type anything directly into the text box because for some reason it ends up being "undefined".

What do i need to do to test the image click, selecting a date including a different month?
Please have a look at the example page here http://www.dotvibes.com/test/test.html and try and record selecting a date using the IDE.

Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic