示例#1
0
 def press_btnHelp(self, name=''):
     libFunc.get_help(TITLE)
示例#2
0
def get_help():
    libFunc.get_help()
    LOG.info('HELP')
示例#3
0
 def press_btnHelp(self):
     libFunc.get_help(TITLE)
示例#4
0
 def press_btnReport(self):
     libFunc.get_help('issues')
示例#5
0
def get_help():
    libFunc.get_help()
示例#6
0
def get_report():
    libFunc.get_help('issues')