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

Install does not work #16

Open
aristotelos opened this issue Aug 26, 2024 · 2 comments
Open

Install does not work #16

aristotelos opened this issue Aug 26, 2024 · 2 comments

Comments

@aristotelos
Copy link

Installing appium-flaui-driver does not download FlaUI.WebDriver.exe for me automatically.

When I run node .\node_modules\appium-flaui-driver\install-npm.js manually, I see that it is downloaded and then immediately discarded. That is because it is a copy of appium-windows-driver that downloads, runs the installer, and deletes the installer. But for FlaUI.WebDriver, it should download FlaUI.WebDriver.exe and leave it there.

The code that removes the executable after downloading:

await fs.rimraf(downloadPath);

@aristotelos
Copy link
Author

@haohaohaoadsad Is your account hacked? I have reported your previous comment as phishing activity because it is not explaining any relation to the issue and seems to provide a malicious link.

@picakia
Copy link
Owner

picakia commented Sep 4, 2024

Yeah, I never had time to figure this out, when I have some time I will fix this issue, thanks for pointing the line in the code!

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
@aristotelos @picakia and others