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
Install Windows driver
'appium driver install --source=npm [email protected]'
Open powershell and execute the following command (dont forget to update "user") cmd /c start powershell -Command { appium --log C:\Users\<User>\Desktop\appium.log }
Try to run any desktop test and compare with log file enabled and without.
With log file enabled driver before each command will make 2-4 seconds wait
Was able to reproduce this on Windows 10 local machine and Windows Server pipeline machines
Not reproducible on Appium 1
The text was updated successfully, but these errors were encountered:
Install Appium 2
'npm install -g [email protected]'
Install Windows driver
'appium driver install --source=npm [email protected]'
Open powershell and execute the following command (dont forget to update "user")
cmd /c start powershell -Command { appium --log C:\Users\<User>\Desktop\appium.log }
Try to run any desktop test and compare with log file enabled and without.
With log file enabled driver before each command will make 2-4 seconds wait
Was able to reproduce this on Windows 10 local machine and Windows Server pipeline machines
Not reproducible on Appium 1
The text was updated successfully, but these errors were encountered: