-
./cometa.sh
[2022-10-03T20:40:15][INFO][cometa.sh:21] - This is ./cometa.sh version 2022-09-08 running for your convinience
sed: 1: "docker-compose.yml": extra characters at the end of d command
…
tcolo updated
9 months ago
-
We are looking for a solution where we need to record the automation testing along with the audio.
Using the selenium (chromedriver) we opened our webpage with a video running in it. Now I could re…
-
Hi!
I am using Selenide + Callisto. Some tests needs to check that value is copied to clipboard and file is downloaded (with file extension format). Cases with clipboard i realized with JavaScript,…
-
wireoptions = {
'auto_config': False,
'addr': '127.0.0.1',
'port': 8098,
}
capabilities["browserName"] = "chrome"
capabilities["selenoid:options"] =…
-
It would be great if any time you release a new image tag for Chrome y Firefox, you also release another image with the next beta and dev versions for these browsers. I mean `selenoid/chrome:beta`, `s…
-
Hi, I'm trying to start Android emulator in docker and my setup is the following:
Base OS: MacOS Catalina 10.15.7
Docker version 20.10.2, build 2291f61
browser.json:
```
{
"android": {
…
-
If I see well, `cm` starts the `selenoid` container in a wired-in network *selenoid*:
https://github.com/aerokube/cm/blob/5a7f7397d554502fca0267a8224f3679bce61b4b/selenoid/docker.go#L737
https://git…
-
I'm trying to launch two parallel sessions with Windows (docker, qemu and VM snapshots) and I'm observing that second request gets the same session id as the first one - the second session overwrites …
k-n-a updated
3 years ago
-
Hi Team,
Can anyone please help with steps we need to follow for building arm64 supported OS image for selenoid/firefox and selenoid/chrome. I tried following. the https://github.com/aerokube/ima…
-
## Description
Selenoid defines the visibility of elements for unknown screen resolution. This could potentially cause problems.
This is because some elements can appear on the screen starting from …