摘要: window_handle 存储着所有的窗口(列表形式存储),可打印出来看看是需要用哪个窗口,然后用switch to window 调用对应索引的窗口 def test_window(self): self.driver.get("https://www.baidu.com/") self.dri 阅读全文
posted @ 2022-06-15 22:32 lms21 阅读(85) 评论(0) 推荐(0)