Size: a a a

Aerokube Support

2020 November 13

IK

Ivan Krutov in Aerokube Support
проверьте, что открывается http://<ip>:4444/ping
источник

G

Gnam in Aerokube Support
Ivan Krutov
проверьте, что открывается http://<ip>:4444/ping
Ничего не возвращает.
Для интереса пробовал на удаленной машине localhost:4444/ping - такой же результат
источник

G

Gnam in Aerokube Support
Если вешать чистый селениум на этот порт или selenoid без GGR  - то все работает. Грешу что гдето недоработал с настройками  😅
источник

IK

Ivan Krutov in Aerokube Support
Может он не запустился?
источник

IK

Ivan Krutov in Aerokube Support
Ну или порт не пробросили
источник

IK

Ivan Krutov in Aerokube Support
--net host работает только на Linux
источник

R

Reeja in Aerokube Support
Reeja
I am just exploring selenoid . I deployed selenoid using the cm command . After deploying and trying to run my script , I see an unknown error . Also I don’t see the VNC tab
Any idea how I can see the VNC tab
источник

IK

Ivan Krutov in Aerokube Support
Reeja
Any idea how I can see the VNC tab
add enableVNC capability to test
источник

R

Reeja in Aerokube Support
driver = new RemoteWebDriver(new URL("http://localhost:4444/wd/hub"), capability);

capability = DesiredCapabilities.chrome();
           capability.setCapability("enableVNC", true);
источник

R

Reeja in Aerokube Support
To install selenoid :
./cm selenoid start --vnc

To start the selenoid UI :
docker run -d --name selenoid-ui -p 8081:8080 aerokube/selenoid-ui:latest-release
источник

R

Reeja in Aerokube Support
Is this all I need to be doing ?
источник

IK

Ivan Krutov in Aerokube Support
in case of using latest CM release Selenoid is started in selenoid network, so in that case UI startup command will be:
docker run -d --name selenoid-ui --network selenoid -p 8081:8080 aerokube/selenoid-ui:latest-release --selenoid-uri http://selenoid:4444
источник

IK

Ivan Krutov in Aerokube Support
Reeja
it's clearly visible in the UI that it was configured incorrectly
источник

SK

Syam K in Aerokube Support
can we use ms edge in ubuntu instance as well ?
источник

IK

Ivan Krutov in Aerokube Support
Syam K
can we use ms edge in ubuntu instance as well ?
this image will work on any operating system having Docker installed
источник

IK

Ivan Krutov in Aerokube Support
compared to approach with VM no nested virtualization needed
источник

R

Reeja in Aerokube Support
Ivan Krutov
in case of using latest CM release Selenoid is started in selenoid network, so in that case UI startup command will be:
docker run -d --name selenoid-ui --network selenoid -p 8081:8080 aerokube/selenoid-ui:latest-release --selenoid-uri http://selenoid:4444
I see , thanks so much . Let me
try and see
источник

SK

Syam K in Aerokube Support
Ivan Krutov
this image will work on any operating system having Docker installed
Thank you much @vaniaPooh
источник

غا

غازي التريكي... in Aerokube Support
T:ema
Please elaborate on what are you trying to do with ffmpeg inside docker container
Hi Again, I am trying to delay the recording until everything is well setup, so what I have done I just created a new container based in the video-recorder and changed the entrypoint

The entry point has now this line before executing ffmepg
while [ ! -f "/data/$FILE_NAME.record" ]
do
 sleep 0.01 # or less like 0.2
done

Once the the file "selenoid$sessionId.record" is available in the recording directory, we start recording
Stopping recording is not an issue as the needed length can be calculated from the app running the Selenium driver
источник

غا

غازي التريكي... in Aerokube Support
@vaniaPooh Does the project have a forum? (Google forums or anything else where it easier to search for topics and link them)
источник