本文整理匯總了Python中test_case.page_obj.RefundPage.RefundPage.approveAimRefund_Director方法的典型用法代碼示例。如果您正苦於以下問題:Python RefundPage.approveAimRefund_Director方法的具體用法?Python RefundPage.approveAimRefund_Director怎麽用?Python RefundPage.approveAimRefund_Director使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在類test_case.page_obj.RefundPage.RefundPage
的用法示例。
在下文中一共展示了RefundPage.approveAimRefund_Director方法的2個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的Python代碼示例。
示例1: bb_test_9_approveAimRefund_Director
# 需要導入模塊: from test_case.page_obj.RefundPage import RefundPage [as 別名]
# 或者: from test_case.page_obj.RefundPage.RefundPage import approveAimRefund_Director [as 別名]
def bb_test_9_approveAimRefund_Director(self):
self.user_login_verify(username='pengxiaoli',password='123456',city='suzhou')
refund = RefundPage(self.driver)
refund.approveAimRefund_Director()
#self.assertEqual(my_client.search_by_fuzzy(), '需求書修改有限公司')
functions.insert_img(self.driver, current_time + "__myClient_orderCreateCMP.png")
refund.close()
示例2: step_impl
# 需要導入模塊: from test_case.page_obj.RefundPage import RefundPage [as 別名]
# 或者: from test_case.page_obj.RefundPage.RefundPage import approveAimRefund_Director [as 別名]
def step_impl(context):
refund = RefundPage(context.driver)
refund.approveAimRefund_Director()
functions.insert_img(context.driver, "Director_ApproveAimRefund_"+current_time+".png")