robotframework / OldSeleniumLibrary

Deprecated Selenium library for Robot Framework
Apache License 2.0
13 stars 3 forks source link

Click on the calender control #256

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by sumitaga... on 13 Jan 2013

I want to click on the custom calender control but i don't know how to click on the calender. It is showing the id in selenium IDE but when we run through robo frame work it is not accepting.

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 15 Jan 2013

Calendars are always custom components so the library cannot have a native keyword for handling them.

You can try asking help on robotframework-users. You need to provide a bit more information about your calendar widget and the context in general for anyone to be able to help you, though.