selectevent ('<window name>', '<Calendar_view name>', '<calendar event summary>')
Selects the row from the table of calendar events based on the calendar event name specified
- Return values:
-
Refer: http://webcvs.freedesktop.org/ldtp/ldtp/src/calendar-view.c
In Evolution Calendars,for selecting an appointment-(calendar event) present in the table
from ldtp import *
selectevent ('Evolution-Calendars', 'calview', 'abc')
- Author:
- Poornima <pnayak@novell.com>
Linux Desktop Testing Project