Open NinoDLC opened 4 months ago
Hey @NinoDLC, did it work on v1.36.x?
I didn't have the chance to try, this is my first time using Maestro on Windows so I got the last version, as the tutorial suggested
i have the same problem.
me too
My friend, i have success now. I changed my version to: 1.19.0. Now i have success on windows.
Ei@NinoDLC, funcionou na v1.36.x?
In 1.36.x it is working correctly
My friend, i have success now. I changed my version to: 1.19.0. Now i have success on windows.
how to change its version, im having the same issue.
My friend, i have success now. I changed my version to: 1.19.0. Now i have success on windows.
how to change its version, im having the same issue.
Hi friends!
I was able to get this to work with 1.36.0 but I had to do the following
Install Chrome into wsl2
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' | sudo tee /etc/apt/sources.list.d/google-chrome.list
sudo apt-get update
sudo apt-get install google-chrome-stable
Next install specifically the chrome driver
wget -N http://chromedriver.storage.googleapis.com/2.26/chromedriver_linux64.zip
unzip chromedriver_linux64.zip
chmod +x chromedriver
sudo mv -f chromedriver /usr/local/share/chromedriver
sudo ln -s /usr/local/share/chromedriver /usr/local/bin/chromedriver
sudo ln -s /usr/local/share/chromedriver /usr/bin/chromedriver
Then I had to get my host ip from WSL using the following command
ip route show | grep -i default | awk '{ print $3}’
This then allowed me to run my command with the --host
param according to the documentation here
maestro --host <WINDOWS_IPV4_ADDR> test flow.yaml
Is there an existing issue for this?
Steps to reproduce
1/ Follow the tutorial : https://maestro.mobile.dev/getting-started/installing-maestro/windows 2/ On Powershell, you should launch this command :
adb -a -P 5037 nodaemon server
3/ On WSL (another tab), you should launch :
Actual results
It obviously doesn't work
Expected results
It should work, as it works on MacOS
About app
N/A, Maestro doesn't even recognize my emulator
About environment
Windows 11 Pro 23H2 (22631.3880) Ubuntu 22.04 (WSL)
Logs
No response
Maestro version
1.37.3
How did you install Maestro?
install script (https://get.maestro.mobile.dev)
Anything else?
No response