Iframe 实例
、
Iframe = (By.XPATH,'//*[@id="app"]/div/div[2]/div[2]/div/div[2]/iframe')
# 切换iframe
def iframe_exchange(self):
ele = self.driver.find_element(*ApplicationCenterLocators.Iframe)
self.driver.switch_to.frame(ele)
# dd = driver.find_element_by_xpath("//div[@id=‘loginDiv’]/iframe")
# driver.switch_to.frame(dd)

浙公网安备 33010602011771号