Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do i need to install WindowsAppDriver ? #153

Open
rmarinho opened this issue Jan 9, 2023 · 2 comments
Open

Do i need to install WindowsAppDriver ? #153

rmarinho opened this issue Jan 9, 2023 · 2 comments

Comments

@rmarinho
Copy link

rmarinho commented Jan 9, 2023

I was following the documentation here:

https://appium.io/docs/en/drivers/windows/index.html

But when i try to run a test i get that WAP is not found, shouldn't it be installed by the appium-windows-driver ?

debug] [Appium] Requiring driver at C:\Users\Rui Marinho\.appium\node_modules\appium-windows-driver
[AppiumDriver@9f90] Appium v2.0.0-beta.48 creating new WindowsDriver (v2.2.2) session
[AppiumDriver@9f90] Checking BaseDriver versions for Appium and WindowsDriver
[AppiumDriver@9f90] Appium's BaseDriver version is 9.1.0
[AppiumDriver@9f90] WindowsDriver's BaseDriver version is 9.1.0
[debug] [WindowsDriver@2df9] Creating session with W3C capabilities: {
[debug] [WindowsDriver@2df9]   "alwaysMatch": {
[debug] [WindowsDriver@2df9]     "platformName": "Windows",
[debug] [WindowsDriver@2df9]     "appium:app": "D:\\repos\\dotnet\\maui\\src\\Controls\\samples\\Controls.Sample.Sandbox\\bin\\Debug\\net7.0-windows10.0.19041\\win10-x64\\Maui.Controls.Sample.Sandbox.exe",
[debug] [WindowsDriver@2df9]     "appium:automationName": "Windows",
[debug] [WindowsDriver@2df9]     "appium:deviceName": "WindowsPC",
[debug] [WindowsDriver@2df9]     "appium:reportDirectory": "reports",
[debug] [WindowsDriver@2df9]     "appium:reportFormat": "xml",
[debug] [WindowsDriver@2df9]     "appium:fullReset": "false"
[debug] [WindowsDriver@2df9]   },
[debug] [WindowsDriver@2df9]   "firstMatch": [
[debug] [WindowsDriver@2df9]     {}
[debug] [WindowsDriver@2df9]   ]
[debug] [WindowsDriver@2df9] }
[WindowsDriver@2df9] Capability 'fullReset' changed from string to boolean. This may cause unexpected behavior
[WindowsDriver@2df9] The following capabilities were provided, but are not recognized by Appium:
[WindowsDriver@2df9]   reportDirectory
[WindowsDriver@2df9]   reportFormat
[WindowsDriver@2df9 (5b7c5ab0)] Session created with session id: 5b7c5ab0-af40-4ada-a53e-29e2da8584d6
[debug] [WinAppDriver] Did not detect WAD executable at any of the default install locations
[debug] [WinAppDriver] Checking the system registry for the corresponding MSI entry
[debug] [WinAppDriver] No WAD MSI entries have been found
[debug] [WindowsDriver@2df9 (5b7c5ab0)] Deleting WinAppDriver session
@mykola-mokhnach
Copy link

it depends on the NPM config. Autoinstall might be skipped if it is configured to not run postinstall steps. You could still download and install the necessary version of WinAppDriver setup manually.

@naeemakram
Copy link

You will need to download and install WinAppDriver.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants