SW
Size: a a a
SW
IK
DS
IK
/home/selenium/Downloads/<file-name>
and then submit the form.DS
/home/selenium/Downloads/<file-name>
and then submit the form.SJ
SJ
SJ
driver = webdriver.Remote("http://localhost:4444/wd/hub", desired_caps)
SJ
SJ
selenium.common.exceptions.WebDriverException: Message: Requested environment is not available
SJ
bridge
and container-network
options might be helpful for my situationSJ
sudo ./cm selenoid start --vnc --browsers "android:10.0" --args "-session-attempt-timeout 4m -service-startup-timeout 4m"
SJ
SJ
SJ
SJ
RO
SJ
SJ
version: '3'
services:
selenoid:
network_mode: bridge
image: aerokube/selenoid:latest-release
volumes:
- "/home/temp/Appium/appium-compose:/etc/selenoid"
- "/var/run/docker.sock:/var/run/docker.sock"
- "/home/temp/Appium/appium-compose/video:/opt/selenoid/video"
- "/home/temp/Appium/appium-compose/logs:/opt/selenoid/logs"
environment:
- OVERRIDE_VIDEO_OUTPUT_DIR=/home/temp/Appium/appium-compose/video
command: ["-conf", "/etc/selenoid/browsers.json", "-video-output-dir", "/opt/selenoid/video", "-log-output-dir", "/opt/selenoid/logs", "-service-startup-timeout", "2m", "-session-attempt-timeout", "2m"]
ports:
- "4444:4444"
SJ