I'm currently using
sudo ./cm selenoid start --vnc --browsers "android:10.0" --args "-session-attempt-timeout 4m -service-startup-timeout 4m"Читать полностью…
selenium.common.exceptions.WebDriverException: Message: Requested environment is not availableЧитать полностью…
I am using Ubuntu and i'm encountering an issue where it fails during
driver = webdriver.Remote("http://localhost:4444/wd/hub", desired_caps)Читать полностью…
could you show an example code snippet? In case if you need to immediately upload a file that was downloaded with the same browser before, I would simply set value of respective file input field to /home/selenium/Downloads/<file-name>
and then submit the form.
My problem is that I get 2 minute timeout when I run this: webdriver.Remote("http://178.12.0.2:4444/wd/hub", desired_caps). It seems like an issue with network communication as I can get Chrome to work with selenoid but not Android browser/platform.
Читать полностью…Actually, I just saw on docker website, that -net host does not work on Docker Desktop for Windows (which is what I am using)
Читать полностью…I'm having a problem running docker manually so I'm not sure if —network host fixes the issue
Читать полностью…Really love Selenoid. I'm using it over WSL/Windows. Works fine for Chrome. However, I'm having an issue running an Android platform. Do I need to pass "—network host" argument to docker and is it possible to pass that through cm (or do I need to run docker manually)? Thank you!
Читать полностью…Hello, try to curl http://localhost:4444/status and ensure that you have android browser there. Then check capabilities 'browserName' and 'browserVersion' in your test. It should match with those in /status output.
Читать полностью…I've been looking through the documentation online, and it looks like both bridge
and container-network
options might be helpful for my situation
Thanks for the quick response! That's what I'm currently trying, but it's entirely possible that I'm missing something. I'm not near my computer right now, but I'll be able to upload an example later. Thanks again
Читать полностью…Hello. I'm trying to download a file and then upload the same file for one of my tests. When I download the file, I can see that it's been downloaded on the container at /home/selenium/Downloads. However, when I try to upload the file, I get an error that the file does not exist.
I've set the default directory to /home/selenium/Downloads on chrome.
This works fine using Zalenium, but I can't seem to get it working on Selenoid. Selenoid's performance is significantly better than Zalenium, so I'd really like to get this working so I can move our entire testing suite over to Selenoid.
I've read the documentation on how to download a file, but this seems to be giving me problems.
Any advice you could offer would be greatly appreciated. Thanks in advance.
I saw Ivan recommended setting -container-network flag? What argument do I need to pass to -container-network? By default, cm seems to use "-container-network selenoid". This seems like an issue only for running on Windows/WSL?
Читать полностью…Can you possibly help me with the best way to manually run selenoid on a Windows with WSL machine without using cm? Thank you Ivan!
Читать полностью…