赞
踩
def driver_change_tag(self, index): ''' 切换driver标签页 :return: ''' self.driver.switch_to.window(self.driver.window_handles[index])