Results 119 comments of sipayrt
trafficstars

what about `refresh` command? We can add such functionality

привет. а ты пробовал ходить по http вместо https? (я про rootUrl)

а сама ошибка какая? возможно, у тебя не та версия драйвера для ff

попробуй более старую версию драйвера

hi what firefox version do you use? maybe it's because of https://github.com/gemini-testing/gemini/issues/688

привет про этот баг знаем, но пока не дошли его исправить :(

hi but it's no gemini problem but chromedriver that limit your maximum connect count and reject connection

you can use `suitesPerSession` and `sessionsPerBrowser` options to configure working with browser sessions. See docs about it - https://gemini-testing.github.io/doc/config.html

why did you install `gemini` with sudo? try to reinstall it without `sudo` - it should help

hi. You can hide scrollbar on your page with CSS: ```css ::-webkit-scrollbar { width: 0 !important; } ``` but it works only in chrome