• <i id='h5rHy'><tr id='h5rHy'><dt id='h5rHy'><q id='h5rHy'><span id='h5rHy'><b id='h5rHy'><form id='h5rHy'><ins id='h5rHy'></ins><ul id='h5rHy'></ul><sub id='h5rHy'></sub></form><legend id='h5rHy'></legend><bdo id='h5rHy'><pre id='h5rHy'><center id='h5rHy'></center></pre></bdo></b><th id='h5rHy'></th></span></q></dt></tr></i><div id='h5rHy'><tfoot id='h5rHy'></tfoot><dl id='h5rHy'><fieldset id='h5rHy'></fieldset></dl></div>

          <bdo id='h5rHy'></bdo><ul id='h5rHy'></ul>
      1. <tfoot id='h5rHy'></tfoot>

        <small id='h5rHy'></small><noframes id='h5rHy'>

        <legend id='h5rHy'><style id='h5rHy'><dir id='h5rHy'><q id='h5rHy'></q></dir></style></legend>

      2. 如何使用带有 selenium webdriver 的 Windows 文件资源管理器选择多个文件

        时间:2023-09-13

        <legend id='QjlBE'><style id='QjlBE'><dir id='QjlBE'><q id='QjlBE'></q></dir></style></legend>
        <i id='QjlBE'><tr id='QjlBE'><dt id='QjlBE'><q id='QjlBE'><span id='QjlBE'><b id='QjlBE'><form id='QjlBE'><ins id='QjlBE'></ins><ul id='QjlBE'></ul><sub id='QjlBE'></sub></form><legend id='QjlBE'></legend><bdo id='QjlBE'><pre id='QjlBE'><center id='QjlBE'></center></pre></bdo></b><th id='QjlBE'></th></span></q></dt></tr></i><div id='QjlBE'><tfoot id='QjlBE'></tfoot><dl id='QjlBE'><fieldset id='QjlBE'></fieldset></dl></div>
        • <tfoot id='QjlBE'></tfoot>

            <tbody id='QjlBE'></tbody>
              • <bdo id='QjlBE'></bdo><ul id='QjlBE'></ul>

                1. <small id='QjlBE'></small><noframes id='QjlBE'>

                  本文介绍了如何使用带有 selenium webdriver 的 Windows 文件资源管理器选择多个文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在自动化 UI 测试,其中涉及选择要上传的文件,我能够使用此 解决方案.

                  I am automating a UI test where selecting file to upload is involved, I was able to automate the file selection using this solution.

                  WebElement filepath=driver.findElement(By.id("fileUploadId"));
                  filepath.sendKeys("C:\TextFile.txt");
                  

                  我的问题是我需要选择很多文件来上传,在我发送的路径中是否有我应该遵循的特殊格式?因为我尝试了空格分隔的路径,但它没有用.

                  My issue is that I need to select many files to upload, is there a special format I should follow in the path I am sending? because I tried space-separated paths and it didn't work.

                  推荐答案

                  上传多个文件可以构造字符串添加所有绝对路径 分隔的文件如下:

                  To upload multiple files you can construct the character string adding all the absolute path of the files seperated by as follows:

                  WebElement filepath = driver.findElement(By.id("fileUploadId"));
                  filepath.sendKeys("C:/TextFile1.txt 
                   C:/TextFile2.txt 
                   C:/TextFile3.txt");
                  


                  参考文献

                  您可以在以下位置找到一些相关的详细文档:


                  References

                  You can find a couple of relevant detailed documentations in:

                  • 尝试使用 Python 和 Selenium 将多个文件上传到网站,但只提取了第一个文件,而没有提取其他文件,知道为什么吗?

                  这篇关于如何使用带有 selenium webdriver 的 Windows 文件资源管理器选择多个文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:Selenium c#接受确认框 下一篇:使用 Selenium PageObject 设计模式的最佳方法是什么

                  相关文章

                    <bdo id='8wJls'></bdo><ul id='8wJls'></ul>

                2. <legend id='8wJls'><style id='8wJls'><dir id='8wJls'><q id='8wJls'></q></dir></style></legend>
                3. <small id='8wJls'></small><noframes id='8wJls'>

                      <i id='8wJls'><tr id='8wJls'><dt id='8wJls'><q id='8wJls'><span id='8wJls'><b id='8wJls'><form id='8wJls'><ins id='8wJls'></ins><ul id='8wJls'></ul><sub id='8wJls'></sub></form><legend id='8wJls'></legend><bdo id='8wJls'><pre id='8wJls'><center id='8wJls'></center></pre></bdo></b><th id='8wJls'></th></span></q></dt></tr></i><div id='8wJls'><tfoot id='8wJls'></tfoot><dl id='8wJls'><fieldset id='8wJls'></fieldset></dl></div>
                      <tfoot id='8wJls'></tfoot>