-
Notifications
You must be signed in to change notification settings - Fork 11
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
Windriver can't get access to local temp directory #19
Comments
I seems the ActivateStoreApp couldn't be found, fixed this by storing the ActivateStoreApp.exe file in the same directory as the winappdriver. Can be closed as config issue |
@stefdaems What do you mean by "download an app from store", may I know capabilities you specified? According to the logs you provided, the error is irrelevant to app activation. EDIT: It seems like you specified |
If in "app" capability I'm providing the URL towards the app in the play store. Am I right to say the winappdriver will download the app from the store and install it to the pc? |
Yes, WinAppDriver will download the installation package and install it. However, it is expected that the installation package is a zip file.
I don't know there exists a URL pointing to a package on Window Store. May I know the desired capabilities you specified, so I can try to reproduce the error. |
Hi, I'm not able to get a win8 app dowloaded from the store working with the webdriver on windows10. I download the yelo play app and start webdriver. The webdriver starts the app correctly the first time, when a the webdriver is requested to open the app. Whenever I close the app and webdriver and restart the webdriver I reopen the app via the webdriver but then the app crashes. When I try to open the app directly it doesn't open anymore. Any idea? Kind regards, Verstuurd vanaf mijn iPhone
|
Whenever I try to download an app from store using the winappdriver, I'm getting the message that the webdriver is not allowed to access the folder.
I've been trying to redirect it to another directory on which all rights are open, but no success. Event when the webdriver is started with admin rights nothing changes.
The text was updated successfully, but these errors were encountered: