WebDriverAgent directory is not created after installing appium server 1.15
See original GitHub issueThe problem
After installing appium server 1.15 WebDriverAgent directory is not created at the /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/
Environment
- Appium version (or git revision) that exhibits the issue: 1.15
- Last Appium version that did not exhibit the issue (if applicable):
- Desktop OS/version used to run Appium: MacOS 10.14.6
- Node.js version (unless using Appium.app|exe): 12.10
- Npm or Yarn package manager: 6.11.3
- Mobile platform/version under test:
- Real device or emulator/simulator:
- Appium CLI or Appium.app|exe:
Details
If necessary, describe the problem you have been experiencing in more detail.
Link to Appium logs
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!
Code To Reproduce Issue [ Good To Have ]
Please remember that with sample code it’s easier to reproduce the bug and it’s much faster to fix it.
Please git clone https://github.com/appium/appium and from the sample-code
directory, use one of your favourite languages and sample apps to reproduce the issue.
In case a similar scenario is missing in sample-code, please submit a PR with one of the sample apps provided.
Issue Analytics
- State:
- Created 4 years ago
- Comments:21 (3 by maintainers)
Top GitHub Comments
You can find path here /Applications/Appium.app/Contents/Resources/app/node_modules/appium-webdriveragent
There is no
WebDriverAgent
folder anymore. The folder isappium-webdriveragent
and is wherever in your install theappium-webdriveragent
package was installed. It will have the contents structured like https://github.com/appium/WebDriverAgent