PushFile Method is not shown in java client for both android and iOS drivers
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.1Code To Reproduce Issue [ Good To Have ]
Created iosDriver
iosDriver = new IOSDriver(new URL(AppiumPort), caps);
iosDriver doesn't show pushFile Method
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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