gpt4 book ai didi

excel - VBA Selenium with Chrome - 将文件上传到网页

转载 作者:行者123 更新时间:2023-12-04 20:08:54 25 4
gpt4 key购买 nike

  • 我正在使用 VBA自动化 Chrome将文件上传到站点,使用 buttonFile类型
  • 我不知道在 chrome 中上传脚本

  • 我当前的 VBA:
    Sub UploadFile()
    Dim bot As WebDriver
    Set bot = New WebDriver
    bot.Start "chrome"
    bot.Get "https://tutorialehtml.com/en/html-tutorial-upload-form/"

    '#continue script here please"
    End Sub

    最佳答案

    如果有任何带有属性 type = 'file' 的输入字段您可以使用以下代码:

    bot.FindElementByCss("input[type='file']").SendKeys "path of file"

    关于excel - VBA Selenium with Chrome - 将文件上传到网页,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67659124/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com