51Testing软件测试论坛

标题: page object [打印本页]

作者: cui_    时间: 2017-7-17 16:57
标题: page object
各位大神,能不能帮忙把下面这个语句解释一下了  class ProductPage(Page):
    applyCity_loc = (By.ID,"applyCity")

  def type_applyCity(self, applyCityvalue):
        Select(self.find_element(*self.applyCity_loc)).select_by_value(applyCityvalue)

作者: libingyu135    时间: 2017-7-18 10:19
具体业务不知道是什么,根据这几行代码,分析不出来是做什么的,

作者: s6819059    时间: 2017-7-19 14:32
如果假设Page类是继承了webdriver类,然后你调用了type_applyCity的函数的话,那意思是对id为applyCity的一个下拉框对象进行了选取操作,选择的对象是applyCityvalue这个变量的值。。。信息太少,只能这么解释了。。。




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2