美文网首页
selenium 如何上传附件

selenium 如何上传附件

作者: 落地逃 | 来源:发表于2021-01-26 11:04 被阅读0次

    点击选择文件上传内容

    from selenium import webdriverfrom time import sleepdriver=webdriver.Chrome()driver.get('http://www.baidu.com')driver.find_element_by_class_name('soutu-btn').click()sleep(1)driver.find_element_by_class_name('upload-pic').send_keys(r'F:\\wx\\PyCharm Community Edition 2018.1.3\\zdh\\1.jpg')

    相关文章

      网友评论

          本文标题:selenium 如何上传附件

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