images icon indicating copy to clipboard operation
images copied to clipboard

Browser images for Selenoid and Moon 1.x

Results 69 images issues
Sort by recently updated
recently updated
newest added

Observed with Centos-7, with Selenium - 3.11 & Selenoid -1.8.2 ` FirefoxOptions firefoxOption = new FirefoxOptions(); firefoxOption.setAcceptInsecureCerts(true); firefoxOption.setHeadless(false); firefoxOption.addArguments("-foreground"); firefoxOption.setCapability("version", version); firefoxOption.setCapability("enableVNC", true); firefoxOption.setCapability("enableVideo", true); firefoxOption.setCapability("videoName",videoName+".mp4"); firefoxOption.setCapability("logName",videoName+".log"); firefoxOption.setCapability("name",videoName); firefoxOption.setCapability("platform", Platform.LINUX);...

Hi, We are trying to setup selenoid in Jenkins AWS machine, We pull firefox image as below , docker pull selenoid/firefox:74.0 And then start the selenoid docker as below, docker...

Hello, I have had an issue with running Selenoid locally and spent a some time debuging it. There weren't any useful logs from neither Selenoid container nor browser's. When I...

Official android images with google play service. Right now only pure android images are hosted on docker hub

new-feature

I am trying to run selenoid based auto-case by sidecar container, but failed with errors: "Unexpected error. unknown command: wd/hub/session". Not sure any other configurations need to be considered here?...

Run test for android by video: https://www.youtube.com/watch?v=t29xjZ_Lo3I But i forgot about nested virtualization. Could add show error when fail android emulator or check virtualization before run android emulator

Ex: Wed Nov 6 17:46:05 Local 2019 Shouldn't it be a valid Timezone instead of Local. And the Browser containers don't have locale setup. ``` $ docker exec -it f09fa2077c56...

1. My Linux server OS : Linux Server: CentOS Linux 7 (core) Kernel: Linux 3.10.0-957.12.2.el7.x86_64 2. browser.json is Under "/selenoid" folder and the full content is { "android": { "default":...