LDTP
2.3.1
|
verifytabname('<window name>', '<tab list name>', '<tab name>')
Select the given tab name in the tab list
1 | if the tab is selected, |
otherwise | LdtpExecutionError will be thrown |
Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/src/page-tab-list.c
from ldtp import *
For selecting Editor tab with respect to gedit preferences
verifytabname('dlgPreferences', 'ptlPreferences', 'Editor')