pushFile method saves the file if a file with the same name already exists
維護者通常 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 範本
- 沒有貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
appium/java-client 的其他 Issue
-
難度 5/5 一週以上 新手友好度 25/100
appium/java-client#2426 ·
維護者通常 1 天內回覆
-
bug
難度 4/5 3-5 天 新手友好度 50/100
appium/java-client#2372 ·
維護者通常 1 天內回覆
-
難度 5/5 一週以上 新手友好度 30/100
appium/java-client#2368 ·
維護者通常 1 天內回覆
-
難度 2/5 1-3 小時 新手友好度 30/100
appium/java-client#2341 · 1 則留言 ·
維護者通常 1 天內回覆
-
難度 5/5 一週以上 新手友好度 15/100
appium/java-client#2323 ·
維護者通常 1 天內回覆
查看 appium/java-client 的全部 Issue
相似的 Issue
-
bug
難度 2/5 1-3 小時 新手友好度 78/100
openhab/openhab-core#5847 ·
維護者通常 1 天內回覆
-
難度 2/5 1-3 小時 新手友好度 75/100
-
bug
難度 2/5 1-3 小時 新手友好度 76/100
-
難度 2/5 1-3 小時 新手友好度 88/100
apache/parquet-java#3820 ·
維護者通常 1 天內回覆
-
難度 2/5 1-3 小時 新手友好度 78/100
beehive-lab/jllm#187 ·