LDTP  2.3.1
 All Pages
selectevent

Syntax

selectevent('<window name>', '<Calendar_view name>', '<calendar event summary>')

Description

Selects the row from the table of calendar events based on the calendar event name specified

ImplementationDetails

Return values
1on success, else 0.

Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/src/calendar-view.c

Example

In Evolution Calendars,for selecting an appointment-(calendar event) present in the table

from ldtp import *

selectevent('Evolution-Calendars', 'calview', 'abc')

Author
Poornima pnaya.nosp@m.k@no.nosp@m.vell..nosp@m.com


Linux Desktop Testing Project