appium / appium/java-client

PushFile Method is not shown in java client for both android and iOS drivers

Open
#1,498 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
1.3k
Forks
752
Avg merge
6d 21h
Merged PRs (30d)
8

Description

Description

PushFile Method is not shown in java client for both android and iOS drivers

Environment

  • Java client build version or git revision if you use some snapshot: 7.5.1
  • Appium server version or git revision if you use some snapshot: 1.21.0
  • Desktop OS/version used to run Appium if necessary:macOS BigSur
  • Node.js version (unless using Appium.app|exe) or Appium CLI or Appium.app|exe:
  • Mobile platform/version under test:iPhone
  • Real device or emulator/simulator:Real Device

Details

io.appium java-client 7.5.1

Code To Reproduce Issue [ Good To Have ]

Created iosDriver
iosDriver = new IOSDriver(new URL(AppiumPort), caps);
iosDriver doesn't show pushFile Method

Screenshot 2021-07-22 at 3 39 31 PM

Exception Stacktraces

Please create a gist with the pasted stacktrace of the exception thrown by java.

Link To Appium Logs

Please create a gist which is a paste of your full Appium logs, and link them here. Do not paste your full Appium logs here, as it will make this issue very long and hard to read!
If you are reporting a bug, always include Appium logs as linked gists! It helps to define the problem correctly and clearly.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting the Java client 7.5.1 IOSDriver and Android driver APIs and checking how pushFile is exposed. Compare the available methods with the reported behavior, then verify that pushFile is visible and usable for both drivers in a minimal client example.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, ios, java
Domain
mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.