org.openqa.selenium.UnsupportedCommandException: mobile:deepLink
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.3k
- Forks
- 752
- Avg merge
- 6d 21h
- Merged PRs (30d)
- 8
Description
The problem
I'm trying to use this driver2.execute("mobile:deepLink", ImmutableMap.of("url",reset_password_link,"package",));
Environment
- Appium version (or git revision) that exhibits the issue: 1.15.1
- Last Appium version that did not exhibit the issue (if applicable): never worked for me before
- Desktop OS/version used to run Appium: 10.15.5
- Node.js version (unless using Appium.app|exe):2.18. 2
- Npm or Yarn package manager:
- Mobile platform/version under test: android 10
- Real device or emulator/simulator: real device
- Appium CLI or Appium.app|exe: appium cli
Details
after running the code I get org.openqa.selenium.UnsupportedCommandException: mobile:deepLink, I even Tried driver2.executeScript but it gave me javascript error DeepLink not defined
Code To Reproduce Issue [ Good To Have ]
driver2.execute("mobile:deepLink", ImmutableMap.of("url",reset_password_link,"package",<apppackage>));
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 reproducing the driver2.execute("mobile:deepLink", ...) call described in the issue against Appium 1.15.1 on Android 10, then check how the Java client exposes supported mobile commands. Done means the deep-link operation is supported with the shown call or the unsupported behavior is clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile-dev, testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100