python 切換web頁面或者本地頁面

'''切換到web頁面''' def ToWeb(self): d = self.baseFind.driver cons = d.contexts # 全部的上下文對象 for con in cons: if con.lower().startswith('webview'): d._switch_to.context(con)
相關文章
相關標籤/搜索