You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
@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.
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:
appium-flaui-driver/lib/installer.js
Line 94 in e55b257
The text was updated successfully, but these errors were encountered: