예제 #1
0
 def test_1launchvisit(self):
     common.get_name('高级拜访').click()
     try:
         self.assertTrue(common.find_name(u'临时拜访'))
     except Exception, e:
         print e
         log.error('进入高级拜访模块失败')
         common.screenshot("launchvisit.png")
예제 #2
0
    def test_2addstore(self):
        log.info('开始新增终端门店')

        common.get_id(
            'com.fiberhome.waiqin365.client:id/cm_topbar_tv_right').click()
        common.get_name('点击输入').send_keys('test-APP')
        common.get_name('提交').click()
        common.page('工作台')
예제 #3
0
    def test_1launchstore(self):

        # a = "//*[@text='%s']"%('终端门店')
        # self.driver.find_element_by_xpath(a).click()
        common.screenshot(u'工作台.png')
        common.get_name('终端门店').click()

        time.sleep(2)
예제 #4
0
    def test_2temp(self):
        common.get_name('临时拜访').click()
        if common.find_name('显示全部客户'):
            common.get_name('显示全部客户').click()

        common.page('高级拜访')
예제 #5
0
 def test_1launchstore(self):
     common.screenshot(u'工作台.png')
     common.get_name('终端门店').click()