文章分类 -  Automation Testing

selenium+python 浏览器标签页跳转 switch_to_window
摘要:from selenium import webdriver import time browser = webdriver.Chrome() first_url='http://www.baidu.com' browser.find_element_by_xpath('//div/div/div/ 阅读全文

posted @ 2017-07-19 13:09 NullSir 阅读(4299) 评论(0) 推荐(0)

导航