def check_ari_channel(self, channel_name):
     # 调用工具类中的公用下拉框选择方法
     check_channel_option(DriverUtils.get_mp_driver(), "请选择", channel_name)
 def click_channel(self, channel_name):
     check_channel_option(self.driver, "请选择", channel_name)
 def check_ari_status(self, ari_status):
     # 调用utils中公用的下拉框选择方法
     check_channel_option(DriverUtils.get_mis_driver(), "请选择状态", ari_status)
 def check_status(self, ari_status):
     check_channel_option(DriverUtils.driver_get_mis(), "请选择状态", ari_status)
Exemple #5
0
    def check_ari_channel(self, channel_name):
        # 调用工具类的公用下拉框方法

        check_channel_option(DriverUtils.driver_get_mp(), "请选择", channel_name)
Exemple #6
0
 def check_ari_status(self, status):
     check_channel_option(DriverUtils.get_mis_driver(), "请选择状态", status)
Exemple #7
0
 def click_choose_channel(self, channel_name):
     check_channel_option(DriverUtils.get_mp_driver(), "请选择", channel_name)
 def choose_state(self, channel_name):
     check_channel_option(DriverUtils.get_mis_driver(), "请选择状态",
                          channel_name)
 def choice_article_state(self, article_state):
     check_channel_option(DriverUtils.get_mis_driver(), "请选择",
                          article_state)