LDTP  2.3.1
 All Pages
selecteventindex

Syntax

selecteventindex('<window name>', '<component name>', <event number>)

Description

Select an event from a calendar table using its index. Index for a calendar event starts from 1.

ImplementationDetails

Return values
1on success, else 0

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

Example

from ldtp import *

With respect to Evolution-Calendars

selecteventindex('Evolution-Calendars', 'calview', 1)

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


Linux Desktop Testing Project