Hacktoberfest 2026:維護者為十月標記出來的 issue,仍然開放、適合新手。 瀏覽 Hacktoberfest issue

pushFile method saves the file if a file with the same name already exists

未關閉
#2,015 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視

維護者通常 1 天內回覆

還沒有人認領這個 Issue。

評估

難度
3/5
預估耗時
1-2 天
新手友好度
42/100
Issue 類型
缺陷
描述清晰度
基本清楚
活躍度
停滯
技術堆疊
java
領域
api, mobile-dev

研究方向

先定位 PushesFiles 介面及其 pushFile(String remotePath, File file) 實作,然後使用提供的範例重現遠端檔案名稱已存在的情況。將產生的要求與 XCUITest 驅動程式文件進行比較,並驗證修正完成後現有檔案會被靜默覆寫。

由索引模型根據 Issue 內容生成。

描述

Description

pushFile(String remotePath, File file) method from PushesFiles interface saves the file if a file with the same name already exists on the device.

According to the XCUITest driver documentation, if the file with the same name already exists then it will be silently overridden.

Environment

  • Java client 8.3.0
  • Appium server 2.0.1
  • XCUITest driver 4.35.0
  • Simulator iOS 16.4

Code To Reproduce Issue [ Good To Have ]

private final String filePath = "src/test/resources/files/photo.png";
private final String fileName = "photo.png";
try {
    File file = new File(filePath);
    ((PushesFiles) driver).pushFile(fileName, file);
}
主要語言
Java
星號
1.3k
分支
755
平均合併
5 天 14 小時
30 天內合併 PR
8

環境準備

  • 沒有 Dockerfile 或 Docker Compose 檔案
  • 有 Pull Request 範本
  • 沒有貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

appium/java-client 的其他 Issue

查看 appium/java-client 的全部 Issue

相似的 Issue

更多 Java Issue

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。