Size: a a a

Aerokube Support

2021 June 10

АА

Александр Андряшин... in Aerokube Support
you are trying to run 10 docker browser containers on 3 cpu, every browser container requires 0.5-1 cpu, try to decrease limin. that is why by default is 5...
источник

MA

Murilo Andrade in Aerokube Support
I have the impression that this option is not working, am I using it correctly after "none" or would I have to use None without "" ?
источник

MA

Murilo Andrade in Aerokube Support
It's not returning any error, but it still waits for the page to load
источник

ND

Nikita Demidov in Aerokube Support
"goog:chromeOptions": {"args": ["disable-notifications"
                                                    "disable-infobars",
                                                    "start-maximized",
                                                    "disable-blink-features=AutomationControlled",
                                                    "page_load_strategy=none"],
источник

ND

Nikita Demidov in Aerokube Support
not directly in capabilities
источник

ND

Nikita Demidov in Aerokube Support
"pageLoadStrategy": "none" doesn't work as I understood
источник

MA

Murilo Andrade in Aerokube Support
I didn't understand what you meant! Could you send me an example?
источник

ND

Nikita Demidov in Aerokube Support
источник
2021 June 11

MA

Murilo Andrade in Aerokube Support
Is there a correct way to use threds with selenoid to avoid possible errors?
источник

MA

Murilo Andrade in Aerokube Support
Does anyone have examples for me to base myself on?
источник

АА

Александр Андряшин... in Aerokube Support
Selenoid runs browsers in completely isolated containers, so there are no issues with concurrency...
источник

KD

Kompot Drinker in Aerokube Support
Всем привет, подскажите при попытке создания новой ссессии, контейнер не поднимается и падает с такой ошибкой:


{
   "sessionId": "54de3582dafe7564826aebf1286e6740",
   "status": 13,
   "value": {
       "message": "unknown error: Chrome failed to start: crashed.\n  (unknown error: DevToolsActivePort file doesn't exist)\n  (The process started from chrome location /usr/bin/google-chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.)\n  (Driver info: chromedriver=89.0.4389.23 (61b08ee2c50024bab004e48d2b1b083cdbdac579-refs/branch-heads/4389@{#294}),platform=Linux 5.10.25-linuxkit x86_64)"
   }
}
источник

IK

Ivan Krutov in Aerokube Support
или памяти не хватило или какие-то флаги неправильные передаете через капабилити
источник

KD

Kompot Drinker in Aerokube Support
А есть это m1 )
источник

KD

Kompot Drinker in Aerokube Support
С этимиже флагами на другом компе все ок
источник

АА

Александр Андряшин... in Aerokube Support
На м1 запускаете? Образ для x86_64...
источник

A

Anton in Aerokube Support
новая проблема... =)
источник

KD

Kompot Drinker in Aerokube Support
я так понял нужно запустить на amd64
источник

IK

Ivan Krutov in Aerokube Support
образы все нужно пересобирать
источник

TL

Taras Lytvyn in Aerokube Support
sorry for offtop question but..... Let's say I am running tests on moon cluster with 15-50 parallel threads. What if those all tests simoultaneuosly start performing selenium wait for condition actions with polling interval set to 100 millis (which means probably lots of wire protocol requests per single time unit and moreover in parallel)? Can this somehow overload the grid hub ?
источник