Size: a a a

Aerokube Support

2021 March 31

IK

Ivan Krutov in Aerokube Support
Valentine
Скажите, чтобы запустить контейнер с android на windows нужен только image под selenoid + docker desktop. Hyper V включено. Ловлю ошибку adb: no devices/emulators found. Docker работает через wsl2. Я так понимаю, мне нужно запуск как windows container сделать, чтобы заработало?
на windows не будет Android работать
источник

V

Valentine in Aerokube Support
Окей, т.е. virtual machine+ubuntu+hyper V?
источник

IK

Ivan Krutov in Aerokube Support
Valentine
Окей, т.е. virtual machine+ubuntu+hyper V?
железо + linux + docker
источник

V

Valentine in Aerokube Support
Понял
источник

IK

Ivan Krutov in Aerokube Support
+ ssd желательно
источник

V

Valentine in Aerokube Support
Спасибо
источник

RS

Roman Solodukhin in Aerokube Support
Патриарх Кирилл предложил обязать всех россиян ходить в России на дискотеки
источник

I

I in Aerokube Support
Всем привет. Подскажите пожалуйста, как правильно запустить браузер с кастомным профилем на удаленном хабе?
источник
2021 April 01

HB

Hamza Bakkali in Aerokube Support
Hello
источник

HB

Hamza Bakkali in Aerokube Support
Please i have a question,
If i run a script which's structured like this
import ...
driver = ...
driver.get("https://www.google.com")
and then the rest of the script is runned on the background, not related with selenium, for example : read / send email using gmail api
источник

HB

Hamza Bakkali in Aerokube Support
will the part of reading / sending email will be executed on selenoid server too ?
источник

АА

Александр Андряшин... in Aerokube Support
Hamza Bakkali
will the part of reading / sending email will be executed on selenoid server too ?
selenium is synchronous protocol, you cannot do next request before previous is completed...
источник

HB

Hamza Bakkali in Aerokube Support
i agree
but my question is, to be more clear :
if internet speed on VPS : 150 mb
and internet speed on my local computer : 10 mb

and i run a script like this
import ...
# part executed normal
driver = ...
driver.get("https://www.google.com")
# part executed on background
gmail = send.email('hi')

the part executed normal will be executed with 150 mb speed
and the part executed on background, will it be executed with 150 mb or 10 mb (locally) ?
источник

АА

Александр Андряшин... in Aerokube Support
Hamza Bakkali
i agree
but my question is, to be more clear :
if internet speed on VPS : 150 mb
and internet speed on my local computer : 10 mb

and i run a script like this
import ...
# part executed normal
driver = ...
driver.get("https://www.google.com")
# part executed on background
gmail = send.email('hi')

the part executed normal will be executed with 150 mb speed
and the part executed on background, will it be executed with 150 mb or 10 mb (locally) ?
Are you asking me bacause i response? Should i analysis your task and get you answer?
источник

HB

Hamza Bakkali in Aerokube Support
i'm sorry i didn't understand very well your answer
источник

HB

Hamza Bakkali in Aerokube Support
i will test and see no worries
источник

АА

Александр Андряшин... in Aerokube Support
Hamza Bakkali
i'm sorry i didn't understand very well your answer
We cannot response on internet connection, vpn settings and million other things... So my question was why you asking about that here?
источник

HB

Hamza Bakkali in Aerokube Support
because i want to learn more how selenoid is working
источник

HB

Hamza Bakkali in Aerokube Support
i love the way selenoid is made
источник

HB

Hamza Bakkali in Aerokube Support
so genius
источник