美文网首页软件测试
我的python首作

我的python首作

作者: 宝贝窝3 | 来源:发表于2020-03-22 18:47 被阅读0次

    1.打开百度浏览器,停留三秒后关闭

    import selenium

    from seleniumimport webdriver

    import time

    chrome = webdriver.Chrome()

    chrome.maximize_window()

    url ='https://www.baidu.com/'

    chrome.get(url)

    time.sleep(3)

    chrome.close()

    python截图

    相关文章

      网友评论

        本文标题:我的python首作

        本文链接:https://www.haomeiwen.com/subject/kbpmyhtx.html