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

WinAppDriver Console Window host doesn't open, but in task manager only WinAppDriver.exe(32 bit) running it shows #1575

Open
vishnuprakash9845 opened this issue Aug 15, 2021 · 1 comment

Comments

@vishnuprakash9845
Copy link

Automated the UWP application, followed the below steps, In my local its working fine, but in the VM the WinAppDriver is not launching Console Window host and in task manager only WinAppDriver.exe(32 bit) running. So while running the tests it fails giving below error

Exception Message:
Error in launching WD Application by method-1 : The HTTP request to the remote WebDriver server for URL http://127.0.0.1:4723/session timed out after 30 seconds. : at OpenQA.Selenium.Appium.Service.AppiumCommandExecutor.Execute(Command commandToExecute)
at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary2 parameters) at OpenQA.Selenium.Remote.RemoteWebDriver.StartSession(ICapabilities desiredCapabilities) at OpenQA.Selenium.Remote.RemoteWebDriver..ctor(ICommandExecutor commandExecutor, ICapabilities desiredCapabilities) at OpenQA.Selenium.Appium.Windows.WindowsDriver1..ctor(Uri remoteAddress, AppiumOptions AppiumOptions, TimeSpan commandTimeout)

Indicates that a command that should have executed properly cannot be supported for some reason. (104)

In the Task Manager this how WinAppDriver shows its running without Console Window host.

image

=============================================================================

But this is how is should have opened the Win App Driver Console Window host when its opened in normal conditions.

image

Please let me know any work around required.
Waiting for responses from winappdriver team. Thank you.

@Shakevg
Copy link

Shakevg commented Aug 15, 2021

@vishnuprakash9845 Try to run WinAppDriver from cmd (maybe some error there), also you can check logs in EventViewer.

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

2 participants