你的 driver 是在哪里定义的?
CommonTools 这里面定义的是 self._driver = webdriver.Remote(self.remoteHost, self.desired_caps) apptest3 中没有定义,所以报错了,我想问的是我在 apptest3 中需要怎么写 contexts = driver.contexts 这个
self.commonTools._driver.contexts
前提你已经初始化了
感谢,可以了,想了下,好像是用,能说说你是怎么想到是这样写的吗?
https://www.cnblogs.com/pengsixiong/p/4823473.html 楼主了解下 python 的方法和属性调用